-
- Downloads
[SPARK-9027] [SQL] Generalize metastore predicate pushdown
Add support for pushing down metastore filters that are in different orders and add some unit tests. Author: Michael Armbrust <michael@databricks.com> Closes #7386 from marmbrus/metastoreFilters and squashes the following commits: 05a4524 [Michael Armbrust] [SPARK-9027][SQL] Generalize metastore predicate pushdown
Showing
- sql/hive/src/main/scala/org/apache/spark/sql/hive/client/HiveShim.scala 29 additions, 25 deletions...ain/scala/org/apache/spark/sql/hive/client/HiveShim.scala
- sql/hive/src/test/scala/org/apache/spark/sql/hive/client/FiltersSuite.scala 78 additions, 0 deletions...scala/org/apache/spark/sql/hive/client/FiltersSuite.scala
Please register or sign in to comment