sungwy commented on code in PR #1023: URL: https://github.com/apache/iceberg-python/pull/1023#discussion_r1709621567
########## tests/integration/test_writes/test_writes.py: ########## @@ -1295,3 +1296,27 @@ 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_overrite_all_data_with_filter(session_catalog: Catalog) -> None: Review Comment: nit: ```suggestion def test_overwrite_all_data_with_filter(session_catalog: Catalog) -> None: ``` -- 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