aboutsummaryrefslogtreecommitdiff
path: root/mllib
diff options
context:
space:
mode:
authorhyukjinkwon <gurwls223@gmail.com>2016-03-09 10:48:53 -0800
committerMichael Armbrust <michael@databricks.com>2016-03-09 10:48:53 -0800
commitcad29a40b24a8e89f2d906e263866546f8ab6071 (patch)
tree1b6ec01ce39ccb331bc6fd8b15c849d045f3ba37 /mllib
parent23369c3bd2c6a6d7a2b9d1396d6962022676cee7 (diff)
downloadspark-cad29a40b24a8e89f2d906e263866546f8ab6071.tar.gz
spark-cad29a40b24a8e89f2d906e263866546f8ab6071.tar.bz2
spark-cad29a40b24a8e89f2d906e263866546f8ab6071.zip
[SPARK-13728][SQL] Fix ORC PPD test so that pushed filters can be checked.
## What changes were proposed in this pull request? https://issues.apache.org/jira/browse/SPARK-13728 https://github.com/apache/spark/pull/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 #11593 from HyukjinKwon/SPARK-13728.
Diffstat (limited to 'mllib')
0 files changed, 0 insertions, 0 deletions