zsxwing commented on a change in pull request #23513: [SPARK-26586][SS] Fix race condition that causes streams to run with unexpected confs URL: https://github.com/apache/spark/pull/23513#discussion_r246924632
########## File path: sql/core/src/test/scala/org/apache/spark/sql/streaming/test/DataStreamReaderWriterSuite.scala ########## @@ -21,6 +21,7 @@ import java.io.File import java.util.Locale import java.util.concurrent.TimeUnit +import scala.compat.Platform.ConcurrentModificationException Review comment: java.util.ConcurrentModificationException? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
