cloud-fan commented on a change in pull request #27293: 
[SPARK-29938][SQL][FOLLOW-UP] Improve AlterTableAddPartitionCommand
URL: https://github.com/apache/spark/pull/27293#discussion_r368544554
 
 

 ##########
 File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
 ##########
 @@ -1370,8 +1370,8 @@ object SQLConf {
       .booleanConf
       .createWithDefault(true)
 
-  val PARALLEL_FILE_LISTING_IN_STATS_COMPUTATION =
-    
buildConf("spark.sql.statistics.parallelFileListingInStatsComputation.enabled")
+  val PARALLEL_FILE_LISTING_IN_COMMANDS =
+    buildConf("spark.sql.parallelFileListingInCommands.enabled")
 
 Review comment:
   do we have to rename it?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to