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


##########
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:
    "subqueryExpression" : "exists(x.x2, y.y2, (z.z2 = x.x2), (z.z2 = y.y2))"
   
   Where is this `subqueryExpression` defined?



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