We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d80c284 commit 26a8efdCopy full SHA for 26a8efd
1 file changed
tests/integration/test_writes/test_writes.py
@@ -1650,6 +1650,7 @@ def test_abort_table_transaction_on_exception(
1650
assert len(tbl.scan().to_pandas()) == table_size # type: ignore
1651
1652
1653
+@pytest.mark.integration
1654
def test_write_optional_list(session_catalog: Catalog) -> None:
1655
identifier = "default.test_write_optional_list"
1656
schema = Schema(
0 commit comments