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

[SPARK-24230][SQL] Fix SpecificParquetRecordReaderBase with dictionary filters. #21295

Closed

Commits on May 10, 2018

  1. SPARK-24230: Fix SpecificParquetRecordReaderBase with dictionary filt…

    …ers.
    
    Filtered blocks were causing the expected total value count to be too
    high, which led to an error when there were fewer than expected row
    groups to process.
    rdblue committed May 10, 2018
    Configuration menu
    Copy the full SHA
    0fa5abe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    497bdd8 View commit details
    Browse the repository at this point in the history