smaheshwar-pltr commented on code in PR #2192: URL: https://github.com/apache/iceberg-python/pull/2192#discussion_r2198543820
########## pyiceberg/table/statistics.py: ########## @@ -52,3 +52,10 @@ def filter_statistics_by_snapshot_id( reject_snapshot_id: int, ) -> List[StatisticsFile]: return [stat for stat in statistics if stat.snapshot_id != reject_snapshot_id] + + +def filter_partition_statistics_by_snapshot_id( Review Comment: FWIW don't think we've released https://github.com/apache/iceberg-python/pull/2146 yet so can maybe rename `StatisticsCommonFields` to `BaseStatisticsFile` but unsure. -- 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