sungwy commented on code in PR #994: URL: https://github.com/apache/iceberg-python/pull/994#discussion_r1707772219
########## tests/integration/test_writes/test_writes.py: ########## @@ -1295,3 +1295,18 @@ def test_rest_catalog_with_empty_catalog_name_append_data(session_catalog: Catal ) tbl = _create_table(test_catalog, identifier, data=[]) tbl.append(arrow_table_with_null) + + +@pytest.mark.integration +def test_table_v1_with_null_nested_namespace(session_catalog: Catalog, arrow_table_with_null: pa.Table) -> None: Review Comment: It's for testing against nested / multilevel namespaces, it was a helpful review suggestion from @ndrluis -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org