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

Prune pages are all null in ParquetExec by row_counts and fix NOT NULL prune #10051

Merged
merged 10 commits into from
Apr 14, 2024

Commits on Apr 12, 2024

  1. Prune pages are all null in ParquetExec by row_counts

    and fix NOT NULL prune
    Ted-Jiang committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    dee9265 View commit details
    Browse the repository at this point in the history
  2. fix clippy

    Ted-Jiang committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    efcf6c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Update datafusion/core/src/physical_optimizer/pruning.rs

    Co-authored-by: Andrew Lamb <[email protected]>
    Ted-Jiang and alamb authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    88e62fd View commit details
    Browse the repository at this point in the history
  2. Update datafusion/core/tests/parquet/page_pruning.rs

    Co-authored-by: Andrew Lamb <[email protected]>
    Ted-Jiang and alamb authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    641540c View commit details
    Browse the repository at this point in the history
  3. Update datafusion/core/tests/parquet/page_pruning.rs

    Co-authored-by: Andrew Lamb <[email protected]>
    Ted-Jiang and alamb authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    8d173c6 View commit details
    Browse the repository at this point in the history
  4. Update datafusion/core/tests/parquet/page_pruning.rs

    Co-authored-by: Andrew Lamb <[email protected]>
    Ted-Jiang and alamb authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    65dc157 View commit details
    Browse the repository at this point in the history
  5. Update datafusion/core/tests/parquet/page_pruning.rs

    Co-authored-by: Andrew Lamb <[email protected]>
    Ted-Jiang and alamb authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    75a6d0a View commit details
    Browse the repository at this point in the history
  6. remove allocate vec

    Ted-Jiang committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    7b014a2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b2d3641 View commit details
    Browse the repository at this point in the history
  8. simply expr

    Ted-Jiang committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    f66cce3 View commit details
    Browse the repository at this point in the history