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

Pushdown RowFilter in ParquetExec #3380

Merged
merged 14 commits into from
Sep 13, 2022
Merged

Commits on Sep 13, 2022

  1. Initial implementation

    thinkharderdev committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    3ff4d40 View commit details
    Browse the repository at this point in the history
  2. Remove debugging cruft

    thinkharderdev committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    f78627c View commit details
    Browse the repository at this point in the history
  3. Add license header

    thinkharderdev committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    d4b9f01 View commit details
    Browse the repository at this point in the history
  4. PR comments

    thinkharderdev committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    ad1920f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b945298 View commit details
    Browse the repository at this point in the history
  6. PR comments

    thinkharderdev committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    3b969b0 View commit details
    Browse the repository at this point in the history
  7. unit tests

    thinkharderdev committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    285f978 View commit details
    Browse the repository at this point in the history
  8. Fix comment

    thinkharderdev committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    5c711dc View commit details
    Browse the repository at this point in the history
  9. fix doc string

    thinkharderdev committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    d2e4d70 View commit details
    Browse the repository at this point in the history
  10. Update datafusion/core/src/physical_plan/file_format/row_filter.rs

    Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
    thinkharderdev and alamb committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    14d022b View commit details
    Browse the repository at this point in the history
  11. Update datafusion/expr/src/expr_fn.rs

    Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
    thinkharderdev and alamb committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    a8ca802 View commit details
    Browse the repository at this point in the history
  12. Update datafusion/core/src/physical_plan/file_format/parquet.rs

    Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
    thinkharderdev and alamb committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    a9efaf8 View commit details
    Browse the repository at this point in the history
  13. PR comments

    thinkharderdev committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    06223ae View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c46975c View commit details
    Browse the repository at this point in the history