LuciferYang commented on pull request #35181: URL: https://github.com/apache/spark/pull/35181#issuecomment-1011873056
> ok~ some UT failed with Scala 2.13.8, I will check it and upgrade the pr later: > > `AdaptiveQueryExecSuite` > > ``` > - Logging plan changes for AQE *** FAILED *** > java.util.ConcurrentModificationException: mutation occurred during iteration > at scala.collection.mutable.MutationTracker$.checkMutations(MutationTracker.scala:43) > at scala.collection.mutable.CheckedIndexedSeqView$CheckedIterator.hasNext(CheckedIndexedSeqView.scala:47) > at scala.collection.StrictOptimizedIterableOps.filterImpl(StrictOptimizedIterableOps.scala:225) > at scala.collection.StrictOptimizedIterableOps.filterImpl$(StrictOptimizedIterableOps.scala:222) > at scala.collection.mutable.ArrayBuffer.filterImpl(ArrayBuffer.scala:43) > at scala.collection.StrictOptimizedIterableOps.filterNot(StrictOptimizedIterableOps.scala:220) > at scala.collection.StrictOptimizedIterableOps.filterNot$(StrictOptimizedIterableOps.scala:220) > at scala.collection.mutable.ArrayBuffer.filterNot(ArrayBuffer.scala:43) > at org.apache.spark.SparkFunSuite$LogAppender.loggingEvents(SparkFunSuite.scala:288) > at org.apache.spark.sql.execution.adaptive.AdaptiveQueryExecSuite.$anonfun$new$152(AdaptiveQueryExecSuite.scala:1487) > ``` It seems a flaky test, I re-run it many times but never reproduce.At the same time, it does not seem to be related to scala-2.13.8 because the relevant files have not changed since scala-2.13.7, such as `ArrayBuffer`, `StrictOptimizedIterableOps` and `CheckedIndexedSeqView`, so I will file a new Jira to tracking this issue -- 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]
