amaliujia commented on code in PR #46708:
URL: https://github.com/apache/spark/pull/46708#discussion_r1611961179


##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -4731,6 +4731,11 @@
           "<treeNode>"
         ]
       },
+      "UNSUPPORTED_CORRELATED_EXPRESSION_IN_JOIN_CONDITION": {
+        "message" : [
+          "Correlated subqueries in the join predicate cannot reference both 
join inputs."
+        ]

Review Comment:
   I thought `subqueryExpression` should be defined as a part of error message 
so you need to pass that in?



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to