kevinjqliu commented on code in PR #1443: URL: https://github.com/apache/iceberg-python/pull/1443#discussion_r1893108397
########## tests/io/test_pyarrow.py: ########## @@ -1122,6 +1123,110 @@ def test_projection_concat_files(schema_int: Schema, file_int: str) -> None: assert repr(result_table.schema) == "id: int32" +def test_projection_partition_inference(tmp_path: str) -> None: Review Comment: good point, we can either use a local sql catalog (like [this](https://github.com/apache/iceberg-python/blob/1278e8880c4767287dc69208ced20bd444c37228/tests/catalog/test_sql.py#L102-L111)) or the InMemoryCatalog (like [this](https://github.com/apache/iceberg-python/blob/1278e8880c4767287dc69208ced20bd444c37228/tests/catalog/test_base.py#L268-L270)) -- 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