rambleraptor commented on code in PR #2192: URL: https://github.com/apache/iceberg-python/pull/2192#discussion_r2198416689
########## 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: I gave this a try and couldn't get it to work without very strange looking type errors / wonky annotations (this could also be my Python-foo failing me). I'm going to keep it as-is if that's alright. -- 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