dongjoon-hyun commented on a change in pull request #35799:
URL: https://github.com/apache/spark/pull/35799#discussion_r841166490
##########
File path:
streaming/src/main/scala/org/apache/spark/streaming/StreamingConf.scala
##########
@@ -185,4 +185,10 @@ object StreamingConf {
.longConf
.createWithDefault(0)
+ private[streaming] val STREAMING_EXTRA_LISTENERS =
ConfigBuilder("spark.streaming.extraListeners")
Review comment:
If you don't mind, shall we match the code patter the other codes like
line 183?
--
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]