sunchao commented on a change in pull request #33348:
URL: https://github.com/apache/spark/pull/33348#discussion_r670126962
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -979,9 +979,7 @@ object SQLConf {
val HIVE_METASTORE_PARTITION_PRUNING =
buildConf("spark.sql.hive.metastorePartitionPruning")
.doc("When true, some predicates will be pushed down into the Hive
metastore so that " +
- "unmatching partitions can be eliminated earlier. This only affects
Hive tables " +
- "not converted to filesource relations (see
HiveUtils.CONVERT_METASTORE_PARQUET and " +
- "HiveUtils.CONVERT_METASTORE_ORC for more information).")
+ "unmatching partitions can be eliminated earlier.")
Review comment:
Yea, we should mention that it only does so when
`spark.sql.hive.metastorePartitionPruning` is turned on.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]