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

Return TableProviderFilterPushDown::Exact when Parquet Pushdown Enabled #12135

Merged
merged 24 commits into from
Sep 17, 2024

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    4e29e20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    762f397 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30f75e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d76fea3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    187a121 View commit details
    Browse the repository at this point in the history
  6. fix: run fmt

    itsjunetime committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    11c62dc View commit details
    Browse the repository at this point in the history
  7. Fix doc publicity issues

    itsjunetime committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    fb53778 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    539b2e8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e13b89f View commit details
    Browse the repository at this point in the history
  10. Fix naming and doc comment of non_pushdown_columns to reflect what it…

    … actually does (the opposite) and add back useful comments
    itsjunetime committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    5e86c0b View commit details
    Browse the repository at this point in the history
  11. fmt

    itsjunetime committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    6106ecd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c7d6211 View commit details
    Browse the repository at this point in the history
  13. fmt

    itsjunetime committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    ba463b5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    89f423a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    53b7046 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5c29552 View commit details
    Browse the repository at this point in the history
  17. Pipe schema information through to TableScan and ParquetExec to facil…

    …itate unnecessary FilterExec removal
    itsjunetime committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    ef0affe View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. - Remove collect::<(_, _)> to satisfy msrv

    - Remove expect(_) attr to satisfy msrv
    - Update comments with more accurate details and explanations
    itsjunetime committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    b1ee813 View commit details
    Browse the repository at this point in the history
  2. Add more details in comments for map_partial_batch

    Co-authored-by: Andrew Lamb <[email protected]>
    itsjunetime and alamb authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    f8adb43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec5f21b View commit details
    Browse the repository at this point in the history
  4. Convert normal comments to doc-comments

    Co-authored-by: Andrew Lamb <[email protected]>
    itsjunetime and alamb authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    19f4310 View commit details
    Browse the repository at this point in the history
  5. Clarify meaning of word projected in comment

    Co-authored-by: Andrew Lamb <[email protected]>
    itsjunetime and alamb authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    9cfbb5d View commit details
    Browse the repository at this point in the history
  6. Clarify more how table_schema is used differently from `projected_t…

    …able_schema`
    
    Co-authored-by: Andrew Lamb <[email protected]>
    itsjunetime and alamb authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    832f7e2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ca26f03 View commit details
    Browse the repository at this point in the history