pvary commented on PR #14500:
URL: https://github.com/apache/iceberg/pull/14500#issuecomment-3541213719
@bodduv: Could you please help me understand the effect of this change on
the current tables?
What happens if:
- We have a table with an UUID column
- We inserted 2 rows to the table with UUID_MIN and UUID_MAX with Java
Iceberg 1.10.0, and calculated column stats (min=UUID_MAX, max=UUID_MIN)
- We run a query which filter on UUID_MIDDLE.
- I expect that the metadata filtering will return the new file
(UUID_MAX < UUID_MIDDLE < UUID_MIN), and we will find the row
Am I correct, that after the upgrade the metadata filtering will skip the
new file (UUID_MIDDLE < UUID_MAX) - filtered out by the wrong min value?
--
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]