spark-instrumented-optimizer/sql/hive
hyukjinkwon 9657ee8788 [SPARK-11677][SQL] ORC filter tests all pass if filters are actually not pushed down.
Currently ORC filters are not tested properly. All the tests pass even if the filters are not pushed down or disabled. In this PR, I add some logics for this.
Since ORC does not filter record by record fully, this checks the count of the result and if it contains the expected values.

Author: hyukjinkwon <gurwls223@gmail.com>

Closes #9687 from HyukjinKwon/SPARK-11677.
2015-12-16 13:24:49 -08:00
..
compatibility/src/test/scala/org/apache/spark/sql/hive/execution [SPARK-9034][SQL] Reflect field names defined in GenericUDTF 2015-11-02 23:52:36 -08:00
src [SPARK-11677][SQL] ORC filter tests all pass if filters are actually not pushed down. 2015-12-16 13:24:49 -08:00
pom.xml [SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests.py. 2015-10-07 14:11:21 -07:00