viirya commented on a change in pull request #33348:
URL: https://github.com/apache/spark/pull/33348#discussion_r670096762



##########
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:
       `HIVE_MANAGE_FILESOURCE_PARTITIONS` mentions that when it is enabled, it 
uses the metastore to prune partitions during query planning. Maybe we should 
update the doc too.




-- 
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]

Reply via email to