We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b9ddf4 commit 7131dc0Copy full SHA for 7131dc0
1 file changed
tests/table/test_upsert.py
@@ -580,7 +580,7 @@ def test_upsert_struct_field_fails_in_join(catalog: Catalog) -> None:
580
assert upd.rows_updated == 1
581
assert upd.rows_inserted == 1
582
583
-
+
584
def test_upsert_with_nulls(catalog: Catalog) -> None:
585
identifier = "default.test_upsert_with_nulls"
586
_drop_table(catalog, identifier)
0 commit comments