smaheshwar-pltr commented on code in PR #3364: URL: https://github.com/apache/iceberg-python/pull/3364#discussion_r3255005234
########## pyiceberg/table/__init__.py: ########## @@ -1917,76 +2054,19 @@ def _min_sequence_number(manifests: list[ManifestFile]) -> int: class DataScan(TableScan): - def _build_partition_projection(self, spec_id: int) -> BooleanExpression: Review Comment: This is now moved into `ManifestGroupPlanner` so it can be shared with `DataScan` and `IncrementalAppendScan`. -- 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]
