cloud-fan commented on code in PR #49715:
URL: https://github.com/apache/spark/pull/49715#discussion_r1940509988
##########
sql/core/src/test/scala/org/apache/spark/sql/execution/QueryExecutionSuite.scala:
##########
@@ -396,9 +396,12 @@ class QueryExecutionSuite extends SharedSparkSession {
val df = data.selectExpr("l2 + r2")
// execute the plan so that the final adaptive plan is available
df.collect()
+ logWarning("ziqi dev here")
+ df.explain(true)
Review Comment:
let's remove these debug code.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]