pan3793 commented on code in PR #58089:
URL: https://github.com/apache/spark/pull/58089#discussion_r3809371910
##########
core/src/main/scala/org/apache/spark/internal/config/package.scala:
##########
@@ -1935,6 +1935,18 @@ package object config {
.longConf
.createWithDefault(50)
+ private[spark] val STREAMING_SHUFFLE_WRITER_CONNECTION_TIMEOUT_MS =
+ ConfigBuilder("spark.shuffle.streaming.writerConnectionTimeoutMs")
Review Comment:
it's a `timeConf` which accepts a human-readable string literal, unnecessary
to end with "Ms"
--
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]