cloud-fan commented on a change in pull request #31470:
URL: https://github.com/apache/spark/pull/31470#discussion_r584516307



##########
File path: 
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/analysis/AnalysisTest.scala
##########
@@ -55,7 +55,7 @@ trait AnalysisTest extends PlanTest {
     withSQLConf(SQLConf.CASE_SENSITIVE.key -> caseSensitive.toString) {
       val analyzer = getAnalyzer
       val actualPlan = analyzer.executeAndCheck(inputPlan, new 
QueryPlanningTracker)
-      comparePlans(actualPlan, expectedPlan)
+      comparePlans(EliminateSubqueryAliases(actualPlan), expectedPlan)

Review comment:
       why do we need this 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]



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

Reply via email to