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


##########
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:
   nit: wdyt about combing this with the function above?



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

Reply via email to