Fokko commented on code in PR #1621:
URL: https://github.com/apache/iceberg-python/pull/1621#discussion_r1949011198


##########
pyiceberg/io/pyarrow.py:
##########
@@ -1348,33 +1348,34 @@ def _task_to_record_batches(
         next_index = 0
         batches = fragment_scanner.to_batches()
         for batch in batches:

Review Comment:
   nit, I think we can drop the `batch`:
   ```suggestion
           for current_batch in batches:
   ```



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