Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the edge case when handling non numeric values of double type in delta stats #526

Merged

Commits on Sep 18, 2024

  1. Fix the edge case when handling non numeric values of double type in …

    …delta stats
    
    When reading the delta snapshot and load the information into Delta object AddFile, the non-numeric values of float or double type (example, "NaN", "-Infinity") from col stats become string type.
    These special values need special handling and see how delta handled: https://github.com/delta-io/delta/blob/master/kernel/kernel-defaults/src/main/java/io/delta/kernel/defaults/internal/data/DefaultJsonRow.java#L210
    Hanzhi Wang committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    71208b2 View commit details
    Browse the repository at this point in the history