kevinjqliu commented on code in PR #3780:
URL: https://github.com/apache/iceberg-python/pull/3780#discussion_r3768499493


##########
pyiceberg/table/__init__.py:
##########
@@ -362,18 +362,21 @@ def _set_ref_snapshot(
         return updates, requirements
 
     def _build_partition_predicate(
-        self, partition_records: set[Record], spec: PartitionSpec, schema: 
Schema
+        self, partition_records: set[Record], spec: PartitionSpec, schema: 
Schema, is_projected: bool = False

Review Comment:
   what do you think about 
https://github.com/apache/iceberg-python/compare/main...kevinjqliu:iceberg-python:kevinjqliu/codex-overwrite-pruning-regression-tests?expand=1?
   
   I like that we can use `_OverwriteFiles.partition_filters` as the api 
boundary. And we can skip the new `is_projected` state 



-- 
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]

Reply via email to