cloud-fan commented on a change in pull request #28162: 
[SPARK-31391][SQL][TEST] Add AdaptiveTestUtils to ease the test of AQE
URL: https://github.com/apache/spark/pull/28162#discussion_r407294384
 
 

 ##########
 File path: 
sql/core/src/test/scala/org/apache/spark/sql/execution/WholeStageCodegenSuite.scala
 ##########
 @@ -28,23 +29,12 @@ import org.apache.spark.sql.internal.SQLConf
 import org.apache.spark.sql.test.SharedSparkSession
 import org.apache.spark.sql.types.{IntegerType, StringType, StructType}
 
-class WholeStageCodegenSuite extends QueryTest with SharedSparkSession {
+// Disable AQE because the WholeStageCodegenExec rule is applied when running 
QueryStageExec
 
 Review comment:
   `is applied` -> `is added`. There are more mistakes like this, please fix 
all of them

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

Reply via email to