sigmod commented on a change in pull request #32290:
URL: https://github.com/apache/spark/pull/32290#discussion_r618169819



##########
File path: sql/core/src/test/scala/org/apache/spark/sql/ExplainSuite.scala
##########
@@ -506,6 +506,18 @@ class ExplainSuite extends ExplainSuiteHelper with 
DisableAdaptiveExecutionSuite
       checkKeywordsExistsInExplain(df2, keywords = "[key1=value1, 
KEY2=VALUE2]")
     }
   }
+
+  test("SPARK-35183: CombineConcats should call transformAllExpressions") {

Review comment:
       Done. Reverted. 
   
   (The explain test was copied and modified from another 
[one](https://github.com/apache/spark/blob/f208d808819dae38739fa9acda9510a4b9763dde/sql/core/src/test/scala/org/apache/spark/sql/ExplainSuite.scala#L151-L159)
 testing the original rule.




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to