cloud-fan commented on a change in pull request #27068: [SPARK-30403][SQL] fix
the NoSuchElementException when enable AQE with InSubquery expression
URL: https://github.com/apache/spark/pull/27068#discussion_r362382058
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/execution/adaptive/AdaptiveQueryExecSuite.scala
##########
@@ -599,4 +599,14 @@ class AdaptiveQueryExecSuite
}
}
}
+
+ test("SPARK-30403: AQE should handle the InSubquery when" +
+ " building subqueyrMap in InsertAdaptiveSparkPlan ") {
+ withSQLConf(
+ SQLConf.ADAPTIVE_EXECUTION_ENABLED.key -> "true") {
Review comment:
nit: can we put it in the previous line?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]