Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Core: Fix NPE caused by Unboxing a Null in ManifestFileUtil (apache#2492
) (apache#2495) * Core: Fix NPE caused by Unboxing a Null in ManifestFileUtil Previously the boxed value of containsNaN would be null if the table was made before NaN stats were implemented. This leads to an NPE when being unboxed. To fix this on null we report "true" since we do not know if the partition contains any NaN values.
- Loading branch information