cloud-fan commented on a change in pull request #27563:
[SPARK-30812][SQL][CORE] Revise boolean config name to comply with new config
naming policy
URL: https://github.com/apache/spark/pull/27563#discussion_r379236217
##########
File path: core/src/main/scala/org/apache/spark/internal/config/package.scala
##########
@@ -1114,16 +1114,6 @@ package object config {
.booleanConf
.createWithDefault(false)
- private[spark] val STORAGE_LOCAL_DISK_BY_EXECUTORS_CACHE_SIZE =
- ConfigBuilder("spark.storage.localDiskByExecutors.cacheSize")
Review comment:
good catch! It's weird to see a storage config in the middle of a bunch
shuffle configs.
----------------------------------------------------------------
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]