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

WIP: add datafusion based parquet reader #312

Closed
wants to merge 13 commits into from

Commits on Oct 26, 2022

  1. add new parquet reader

    jiacai2050 committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    74dff12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1ff3c6 View commit details
    Browse the repository at this point in the history
  3. add record batch projector

    jiacai2050 committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    6f2eefb View commit details
    Browse the repository at this point in the history
  4. remove unused snippets

    jiacai2050 committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    25c548d View commit details
    Browse the repository at this point in the history
  5. fix tests

    jiacai2050 committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    5b8bc47 View commit details
    Browse the repository at this point in the history
  6. fix benchmark

    jiacai2050 committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    a548575 View commit details
    Browse the repository at this point in the history
  7. fix clippy

    jiacai2050 committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    57b1ff7 View commit details
    Browse the repository at this point in the history
  8. fix test harness

    jiacai2050 committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    6644dbb View commit details
    Browse the repository at this point in the history
  9. change config data path

    jiacai2050 committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    868469f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ba896c7 View commit details
    Browse the repository at this point in the history
  11. add metrics

    jiacai2050 committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    525ce7b View commit details
    Browse the repository at this point in the history
  12. add log for test

    jiacai2050 committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    fb08a09 View commit details
    Browse the repository at this point in the history
  13. add threaded reader

    jiacai2050 committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    1427794 View commit details
    Browse the repository at this point in the history