melin closed issue #10725: How to query a specified partition data file?
URL: https://github.com/apache/iceberg/issues/10725
--
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
dramaticlly commented on issue #10725:
URL: https://github.com/apache/iceberg/issues/10725#issuecomment-2253481450
looks like iceberg data files table scan is not able to evaluate expression
completely, so client side filtering also happens. Speak of which, have you
tried to scan on table d
melin commented on issue #10725:
URL: https://github.com/apache/iceberg/issues/10725#issuecomment-2242223631
cc @rdblue
--
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
melin opened a new issue, #10725:
URL: https://github.com/apache/iceberg/issues/10725
### Query engine
JAVA API
### Question
There are two partitions in the table. Query the data files of one
partition, and the data files of two partitions are returned.
filter(expressio