cloud-fan commented on a change in pull request #26813: [SPARK-30188][SQL][WIP]
Enable adaptive query execution by default
URL: https://github.com/apache/spark/pull/26813#discussion_r361905946
##########
File path:
mllib/src/test/scala/org/apache/spark/ml/recommendation/ALSSuite.scala
##########
@@ -693,6 +695,7 @@ class ALSSuite extends MLTest with DefaultReadWriteTest
with Logging {
}.getCause.getMessage.contains(msg))
}
withClue("transform should fail when ids exceed integer range. ") {
+ spark.conf.set(SQLConf.ADAPTIVE_EXECUTION_ENABLED.key, "false")
Review comment:
how does this test fail if we enable AQE?
----------------------------------------------------------------
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]