sunchao commented on a change in pull request #33348:
URL: https://github.com/apache/spark/pull/33348#discussion_r671412864
##########
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:
Hmm I thought this needs to be updated if we don't have this PR, since
Spark doesn't prune partitions for file data source tables on metastore side.
But with this PR the description becomes correct?
--
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]