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-11301: [C++] Fix reading Parquet LZ4-compressed files produced by Hadoop #9244

Closed
wants to merge 1 commit into from

Commits on Jan 18, 2021

  1. ARROW-9177: [C++] Fix reading Parquet LZ4-compressed files produces b…

    …y Hadoop
    
    The compatibility code was incomplete as it assumed a single "frame" per data page.
    It turns out that Hadoop tries to compress data in blocks of 128 kiB.
    pitrou committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    3113829 View commit details
    Browse the repository at this point in the history