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


##########
pyiceberg/table/__init__.py:
##########
@@ -2075,6 +1957,160 @@ def count(self) -> int:
         return res
 
 
+class ManifestGroupPlanner:

Review Comment:
   It's also to share this logic between scans like `DataScan` and 
`IncrementalAppendScan`, that both use this flow.



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

Reply via email to