dongjoon-hyun commented on a change in pull request #25439: 
[SPARK-28709][DSTREAMS] - Fix StreamingContext leak through Streaming…
URL: https://github.com/apache/spark/pull/25439#discussion_r313625277
 
 

 ##########
 File path: 
streaming/src/test/scala/org/apache/spark/streaming/InputStreamsSuite.scala
 ##########
 @@ -52,8 +52,6 @@ class InputStreamsSuite extends TestSuiteBase with 
BeforeAndAfter {
 
       // Set up the streaming context and input streams
       withStreamingContext(new StreamingContext(conf, batchDuration)) { ssc =>
-        ssc.addStreamingListener(ssc.progressListener)
-
 
 Review comment:
   If you remove the behavior change here( 
https://github.com/apache/spark/pull/25439/files#r313624949 ), we don't need to 
change this, right?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to