srielau commented on code in PR #57081:
URL: https://github.com/apache/spark/pull/57081#discussion_r3544591965


##########
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/analysis/ResolveSubquerySuite.scala:
##########
@@ -177,7 +177,9 @@ class ResolveSubquerySuite extends AnalysisTest {
     assertAnalysisErrorCondition(
       plan,
       expectedErrorCondition = "UNSUPPORTED_EXPR_FOR_OPERATOR",
-      expectedMessageParameters = Map("invalidExprSqls" -> "\"sum(a)\", 
\"sum(c)\"")
+      expectedMessageParameters = Map(
+        "operator" -> "LateralJoin",

Review Comment:
   This should come out as LATERAL (the keyword representing the lateral join)



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

Reply via email to