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 data page statistics when all rows are null in a data page #11295

Commits on Jul 5, 2024

  1. Adds tests for data page statistics when all values on the page are n…

    …ull. Fixes most of the failing tests for iterators not handling this situation correctly.
    Eric Fredine committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    c8926f2 View commit details
    Browse the repository at this point in the history
  2. Fix handling of data page statistics for FixedBinaryArray using a bui…

    …lder.
    Eric Fredine committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    4fad730 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    663c504 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    829faf8 View commit details
    Browse the repository at this point in the history
  5. Consolidate make_data_page_stats_iterator uses.

    Eric Fredine committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    ecb8376 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Fix linting error.

    Eric Fredine committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    a41a56b View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Remove unnecessary collect.

    Eric Fredine committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    a4f6a9e View commit details
    Browse the repository at this point in the history