-
Notifications
You must be signed in to change notification settings - Fork 1.5k
PARQUET-9: Filtering records across multiple blocks #9
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
PARQUET-9: Filtering records across multiple blocks #9
Conversation
|
+1 Looks good to me. |
|
LGTM. |
|
I opened PARQUET-9 for this. |
|
My apache git credentials seem to be borked so I can't merge. You guys are both committers, feel free to merge it.... |
|
Could you prefix the name of this PR with "PARQUET-9:" ? |
Update of the minimal fix discussed in https://github.com/apache/incubator-parquet-mr/pull/1, with the recursive call changed to to a loop. Author: Tom White <tom@cloudera.com> Author: Steven Willis <swillis@compete.com> Closes apache#9 from tomwhite/filtering-records-across-multiple-blocks and squashes the following commits: afb08a4 [Tom White] Minimal fix 9e723ee [Steven Willis] Test for filtering records across multiple blocks
Update of the minimal fix discussed in https://github.com/apache/incubator-parquet-mr/pull/1, with the recursive call changed to to a loop. Author: Tom White <tom@cloudera.com> Author: Steven Willis <swillis@compete.com> Closes apache#9 from tomwhite/filtering-records-across-multiple-blocks and squashes the following commits: afb08a4 [Tom White] Minimal fix 9e723ee [Steven Willis] Test for filtering records across multiple blocks
Skip hidden columns when checking encoding
Update of the minimal fix discussed in https://github.com/apache/incubator-parquet-mr/pull/1, with the recursive call changed to to a loop.