cloud-fan commented on a change in pull request #26813: [SPARK-30188][SQL][WIP] 
Resolve the failed unit tests when enable AQE
URL: https://github.com/apache/spark/pull/26813#discussion_r364587953
 
 

 ##########
 File path: 
sql/core/src/test/scala/org/apache/spark/sql/execution/adaptive/AdaptiveQueryExecSuite.scala
 ##########
 @@ -602,9 +602,14 @@ class AdaptiveQueryExecSuite
 
   test("SPARK-30403: AQE should handle InSubquery") {
     withSQLConf(SQLConf.ADAPTIVE_EXECUTION_ENABLED.key -> "true") {
+      // If the subquery does not contain the shuffle node,
+      // it may get the "SubqueryAdaptiveNotSupportedException"
+      // and the main sql will also not be inserted the 
"AdaptiveSparkPlanExec" node.
+      // Here change the subquery to contain the exchange node.
 
 Review comment:
   we can revert the changes in this file now.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to