rdblue commented on code in PR #6775:
URL: https://github.com/apache/iceberg/pull/6775#discussion_r1199483689


##########
python/pyiceberg/io/pyarrow.py:
##########
@@ -786,15 +865,39 @@ def project_table(
     rows_counter = multiprocessing.Value("i", 0)
 
     with ThreadPool() as pool:
+        # Fetch the deletes
+        deletes_per_file: Dict[str, List[ChunkedArray]] = {}

Review Comment:
   I think it would make more sense for this to be its own function. Something 
like `_read_all_delete_files`?



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