amogh-jahagirdar commented on issue #14071:
URL: https://github.com/apache/iceberg/issues/14071#issuecomment-3289020035

   Thanks @soumilshah1995 for reporting the issue, I can repro it. I think the 
issue is the implicit nonNull filter 
https://github.com/apache/iceberg/blob/main/parquet/src/main/java/org/apache/iceberg/parquet/ParquetMetricsRowGroupFilter.java#L161
  needs to also check for variant type as well and return that it might match. 
I also believe this should warrant a patch release for 1.10 since it's a 
correctness issue.


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