Xiao Li created SPARK-15998: ------------------------------- Summary: Verification of SQLConf HIVE_METASTORE_PARTITION_PRUNING Key: SPARK-15998 URL: https://issues.apache.org/jira/browse/SPARK-15998 Project: Spark Issue Type: Test Components: SQL Affects Versions: 2.0.0 Reporter: Xiao Li
HIVE_METASTORE_PARTITION_PRUNING is a public SQLConf. When true, some predicates will be pushed down into the Hive metastore so that unmatching partitions can be eliminated earlier. The current default value is false. So far, the code base does not have such a test case to verify whether this SQLConf properly works. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org