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_r364588106
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/util/DataFrameCallbackSuite.scala
##########
@@ -107,7 +111,8 @@ class DataFrameCallbackSuite extends QueryTest with
SharedSparkSession {
val df = Seq(1 -> "a").toDF("i", "j").groupBy("i").count()
df.collect()
- // Wait for the first `collect` to be caught by our listener. Otherwise
the next `collect` will
+ // Wait for the first `collect` to be caught by our listener.
+ // Otherwise the next `collect` will
Review comment:
unnecessary change
----------------------------------------------------------------
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]