[
https://issues.apache.org/jira/browse/SPARK-17862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15586210#comment-15586210
]
Eric Liang commented on SPARK-17862:
------------------------------------
Yes, this is the flag:
{code}
val HIVE_FILESOURCE_PARTITION_PRUNING =
SQLConfigBuilder("spark.sql.hive.filesourcePartitionPruning")
.doc("When true, enable metastore partition pruning for file source
tables as well. " +
"This is currently implemented for converted Hive tables only.")
.booleanConf
.createWithDefault(true)
{code}
> Feature flag SPARK-16980
> ------------------------
>
> Key: SPARK-17862
> URL: https://issues.apache.org/jira/browse/SPARK-17862
> Project: Spark
> Issue Type: Sub-task
> Components: SQL
> Reporter: Reynold Xin
> Assignee: Eric Liang
> Priority: Trivial
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]