smaheshwar-pltr commented on code in PR #2192:
URL: https://github.com/apache/iceberg-python/pull/2192#discussion_r2198547493


##########
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:
   Then or otherwise I'd have thought `S = TypeVar("S", 
bound=BaseStatisticsFile)` may work? But not tested it 😄



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