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-13728][SQL] Fix ORC PPD test so that pushed filters can be checked. #11593

Closed
wants to merge 1 commit into from

Conversation

HyukjinKwon
Copy link
Member

What changes were proposed in this pull request?

https://issues.apache.org/jira/browse/SPARK-13728

#11509 makes the output only single ORC file.
It was 10 files but this PR writes only single file. So, this could not skip stripes in ORC by the pushed down filters.
So, this PR simply repartitions data into 10 so that the test could pass.

How was this patch tested?

unittest and ./dev/run_tests for code style test.

@HyukjinKwon
Copy link
Member Author

cc @marmbrus

@marmbrus
Copy link
Contributor

marmbrus commented Mar 9, 2016

LGTM, pending tests. Thanks for tracking this down!

@SparkQA
Copy link

SparkQA commented Mar 9, 2016

Test build #52708 has finished for PR 11593 at commit 12f8e55.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@marmbrus
Copy link
Contributor

marmbrus commented Mar 9, 2016

Merging to master.

@asfgit asfgit closed this in cad29a4 Mar 9, 2016
roygao94 pushed a commit to roygao94/spark that referenced this pull request Mar 22, 2016
…cked.

## What changes were proposed in this pull request?
https://issues.apache.org/jira/browse/SPARK-13728

apache#11509 makes the output only single ORC file.
It was 10 files but this PR writes only single file. So, this could not skip stripes in ORC by the pushed down filters.
So, this PR simply repartitions data into 10 so that the test could pass.
## How was this patch tested?

unittest and `./dev/run_tests` for code style test.

Author: hyukjinkwon <gurwls223@gmail.com>

Closes apache#11593 from HyukjinKwon/SPARK-13728.
@HyukjinKwon HyukjinKwon deleted the SPARK-13728 branch October 1, 2016 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants