kevinjqliu commented on code in PR #3780: URL: https://github.com/apache/iceberg-python/pull/3780#discussion_r3810298980
########## tests/table/test_init.py: ########## @@ -24,6 +24,7 @@ from pydantic import BaseModel, ValidationError from pytest_lazy_fixtures import lf +from pyiceberg.catalog import Catalog Review Comment: this is used by the new test's function signature ``` def test_overwrite_delete_data_file_on_bucket_partition(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]
