ostronaut commented on PR #49144:
URL: https://github.com/apache/spark/pull/49144#issuecomment-2577311776

   > There is a test failure in `AdaptiveQueryExecSuite`, may be related?
   
   [- SPARK-47148: AQE should avoid to submit shuffle job on 
cancellation](https://github.com/apache/spark/blob/master/sql/core/src/test/scala/org/apache/spark/sql/execution/adaptive/AdaptiveQueryExecSuite.scala#L914)
 test failed on initial run, but after re-run it succeeded. So i dont think its 
related to this PR. Most likely this test is unstable.
   
   **Note**: the issue was: 
`scala.package.Seq.apply[org.apache.spark.SparkException](error).++[Throwable](scala.Option.apply[Throwable](error.getCause())).++[Throwable](scala.Predef.wrapRefArray[Throwable](error.getSuppressed())).exists(((e:
 Throwable) => e.getMessage().!=(null).&&(e.getMessage().contains("coalesce 
test error")))) was false (AdaptiveQueryExecSuite.scala:940)`
   
   


-- 
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]

Reply via email to