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

ORC reader supports struct #2887

Merged
merged 17 commits into from
Jul 28, 2021
Merged

Commits on Jul 8, 2021

  1. orc reader supports struct and list

    Signed-off-by: Firestarman <firestarmanllc@gmail.com>
    firestarman committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    5f0ceb5 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Update the tests

    Signed-off-by: Firestarman <firestarmanllc@gmail.com>
    firestarman committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    5b32a8d View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Address comments

    Signed-off-by: Firestarman <firestarmanllc@gmail.com>
    firestarman committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    a2749c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. Configuration menu
    Copy the full SHA
    3d37d6e View commit details
    Browse the repository at this point in the history
  2. support only struct

    Signed-off-by: Firestarman <firestarmanllc@gmail.com>
    firestarman committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    9f46068 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Merge branch 'branch-21.08' into orc-read

    Signed-off-by: Firestarman <firestarmanllc@gmail.com>
    firestarman committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    c9a1e84 View commit details
    Browse the repository at this point in the history
  2. tool module update

    Signed-off-by: Firestarman <firestarmanllc@gmail.com>
    firestarman committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    3e1d6b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Add tests for nested column pruning

    Signed-off-by: Firestarman <firestarmanllc@gmail.com>
    firestarman committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    cecadba View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. default to false

    Signed-off-by: Firestarman <firestarmanllc@gmail.com>
    firestarman committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    b724f00 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Fallback to cpu for nested schema pruning.

    Signed-off-by: Firestarman <firestarmanllc@gmail.com>
    firestarman committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    2a30234 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac2149a View commit details
    Browse the repository at this point in the history
  3. Updated tests

    Signed-off-by: Firestarman <firestarmanllc@gmail.com>
    firestarman committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    b7fdeb7 View commit details
    Browse the repository at this point in the history
  4. Fall back to the CPU only finding struct column

    Signed-off-by: Firestarman <firestarmanllc@gmail.com>
    firestarman committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    79dbfe4 View commit details
    Browse the repository at this point in the history
  5. Add tests for nested predicate pushdown.

    Signed-off-by: Firestarman <firestarmanllc@gmail.com>
    firestarman committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    4d18885 View commit details
    Browse the repository at this point in the history
  6. correct the fallback condition

    Signed-off-by: Firestarman <firestarmanllc@gmail.com>
    firestarman committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    de93d07 View commit details
    Browse the repository at this point in the history
  7. remove extra line

    Signed-off-by: Firestarman <firestarmanllc@gmail.com>
    firestarman committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    4506d0e View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Address comments

    firestarman authored Jul 27, 2021
    Configuration menu
    Copy the full SHA
    a1240e0 View commit details
    Browse the repository at this point in the history