We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54537c2 commit a699602Copy full SHA for a699602
1 file changed
tests/table/test_upsert.py
@@ -562,13 +562,13 @@ def test_upsert_struct_field_fails_in_join(catalog: Catalog) -> None:
562
update_data = pa.Table.from_pylist(
563
[
564
{
565
- "id": 1,
+ "id": 2,
566
"nested_type": {"sub1": "bla1", "sub2": "bla"},
567
},
568
569
- "id": 2,
+ "id": 1,
570
571
- },
+ }
572
],
573
schema=arrow_schema,
574
)
0 commit comments