RussellSpitzer opened a new pull request #2495: URL: https://github.com/apache/iceberg/pull/2495
Previously the boxed value of contains NaN would be null if the table was made before NaN stats were implemented. This leads to an NPE when being unboxed. To fix this we use the Boxed boolean and on null report "true" since we do not know if the partition contains any NaN values. In addition we move this below the "allValuesNull" check just in case that would have allowed us to ignore the manifest since the values are all null. -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
