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-37002: [C++][Parquet] Add api to get RecordReader from RowGroupReader #37003

Merged
merged 10 commits into from
Oct 17, 2023

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    7190cf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78d3c00 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Minor edit.

    fatemehp committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    1b726c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fcb449 View commit details
    Browse the repository at this point in the history
  3. Fix lint errors

    fatemehp committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    7d6e8db View commit details
    Browse the repository at this point in the history
  4. Remove const_cast

    fatemehp committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    2d073bf View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    64f9d3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c315dab View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Add a test that checks that read_dense_for_nullable is passed down to

    the underlying record reader.
    fatemehp committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    bcf29bb View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Address reviewer comments.

    fatemehp committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    7b4f896 View commit details
    Browse the repository at this point in the history