Skip to content

Commit a699602

Browse files
committed
Make complex-test upsert test fail
1 parent 54537c2 commit a699602

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/table/test_upsert.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -562,13 +562,13 @@ def test_upsert_struct_field_fails_in_join(catalog: Catalog) -> None:
562562
update_data = pa.Table.from_pylist(
563563
[
564564
{
565-
"id": 1,
565+
"id": 2,
566566
"nested_type": {"sub1": "bla1", "sub2": "bla"},
567567
},
568568
{
569-
"id": 2,
569+
"id": 1,
570570
"nested_type": {"sub1": "bla1", "sub2": "bla"},
571-
},
571+
}
572572
],
573573
schema=arrow_schema,
574574
)

0 commit comments

Comments
 (0)