cloud-fan commented on code in PR #52213:
URL: https://github.com/apache/spark/pull/52213#discussion_r2565099625


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -3822,6 +3822,14 @@ object SQLConf {
       .version("4.1.0")
       .fallbackConf(SHUFFLE_DEPENDENCY_FILE_CLEANUP_ENABLED)
 
+  val THRIFT_SHUFFLE_DEPENDENCY_FILE_CLEANUP_ENABLED =
+    buildConf("spark.sql.thrift.shuffleDependency.fileCleanup.enabled")

Review Comment:
   looking at other thriftserver confs like 
`spark.sql.thriftServer.interruptOnCancel`, I think we should name it 
`spark.sql.thriftServer.shuffleDependency.fileCleanup.enabled`



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