dongjoon-hyun commented on a change in pull request #32583:
URL: https://github.com/apache/spark/pull/32583#discussion_r735235184



##########
File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -1010,8 +1010,8 @@ object SQLConf {
 
   val HIVE_METASTORE_PARTITION_PRUNING_FAST_FALLBACK =
     buildConf("spark.sql.hive.metastorePartitionPruningFastFallback")
-      .doc("When true and " +
-        s"we cannot do filtering on the 
server(${HIVE_METASTORE_PARTITION_PRUNING.key}), " +
+      .doc("When this config is enabled, if the predicates are not supported 
by Hive or Spark " +
+        "does fallback due to encountering MetaException from the metastore, " 
+

Review comment:
       Never mind. I realized that this is
   `if the predicates are not supported by Hive` or `Spark does fallback due to 
...`.




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