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

ARROW-16546: [Parquet][C++][Python] Make Thrift limits configurable #13275

Merged
merged 5 commits into from
Jun 7, 2022

Commits on Jun 7, 2022

  1. ARROW-16546: [Parquet][C++][Python] Make Thrift limits configurable

    In fringe cases, users may have Parquet files where deserializing exceeds our default Thrift size limits.
    pitrou committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    755615d View commit details
    Browse the repository at this point in the history
  2. Add Python exposure

    pitrou committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    57e04a9 View commit details
    Browse the repository at this point in the history
  3. Fix deprecation warnings

    pitrou committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    29d3f36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b8bc90 View commit details
    Browse the repository at this point in the history
  5. Address review comments

    pitrou committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    c47ddb6 View commit details
    Browse the repository at this point in the history