tgravescs commented on a change in pull request #30710:
URL: https://github.com/apache/spark/pull/30710#discussion_r643290496



##########
File path: core/src/main/scala/org/apache/spark/internal/config/package.scala
##########
@@ -1889,6 +1889,14 @@ package object config {
       .doubleConf
       .createWithDefault(0.75)
 
+  private[spark] val SPECULATION_MIN_THRESHOLD =
+    ConfigBuilder("spark.speculation.min.threshold")

Review comment:
       I'm fine with renaming, though I don't care for shortTaskThreshold.  why 
not just minThreshold or minTaskThreshold




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



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

Reply via email to