Re: [I] How to query a specified partition data file? [iceberg]

2024-07-29 Thread via GitHub
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

Re: [I] How to query a specified partition data file? [iceberg]

2024-07-26 Thread via GitHub
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

Re: [I] How to query a specified partition data file? [iceberg]

2024-07-21 Thread via GitHub
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

[I] How to query a specified partition data file? [iceberg]

2024-07-20 Thread via GitHub
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