chaoqin-li1123 commented on code in PR #39647: URL: https://github.com/apache/spark/pull/39647#discussion_r1080786323
########## streaming/src/test/java/org/apache/spark/streaming/LocalJavaStreamingContext.java: ########## @@ -22,6 +22,8 @@ import org.junit.After; import org.junit.Before; +@SuppressWarnings( "deprecation" ) Review Comment: we don't want to remove these dstream tests, but also don't want the deprecation message to pollute the build logs. -- 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]
