Fokko commented on code in PR #3448:
URL: https://github.com/apache/iceberg-python/pull/3448#discussion_r3341674219
##########
pyiceberg/io/pyarrow.py:
##########
Review Comment:
For simplicity, I wonder if we just should combine this in the if block
above.
```suggestion
current_batch =
current_batch.take(indices).filter(pyarrow_filter)
```
A filter on an empty batch is free anyway
--
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]