LuciferYang edited a comment on pull request #35181:
URL: https://github.com/apache/spark/pull/35181#issuecomment-1011715810
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)
```
--
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]