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

GH-43660: [C++] Add a CastingGenerator to Parquet Reader that applies required casts before slicing #43661

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Aug 29, 2024

  1. Add a CastingGenerator to Parquet Reader that can apply required cast…

    …s before slices are created
    sahil1105 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f3d31c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c47a9ec View commit details
    Browse the repository at this point in the history
  3. run formatter

    sahil1105 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6fc1aaa View commit details
    Browse the repository at this point in the history
  4. remove redundant arrow::s

    sahil1105 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    60747bf View commit details
    Browse the repository at this point in the history
  5. skip dict-encoded columns

    sahil1105 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8156cb7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e1d5d7f View commit details
    Browse the repository at this point in the history
  7. [run CI]

    sahil1105 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    019f795 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f1a4955 View commit details
    Browse the repository at this point in the history