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)
+
+
[email protected]
+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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]