You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/10/06 15:45:34 UTC

[GitHub] [spark] allisonwang-db commented on a diff in pull request #38050: [SPARK-40615][SQL] Check unsupported data types when decorrelating subqueries

allisonwang-db commented on code in PR #38050:
URL: https://github.com/apache/spark/pull/38050#discussion_r989213338


##########
core/src/main/resources/error/error-classes.json:
##########
@@ -888,6 +888,11 @@
         "message" : [
           "IN/EXISTS predicate subqueries can only be used in filters, joins, aggregations, window functions, projections, and UPDATE/MERGE/DELETE commands<treeNode>"
         ]
+      },
+      "UNSUPPORTED_OUTER_REFERENCE_DATA_TYPE" : {
+        "message" : [
+          "Correlated column references do not support data type <dataType>: <expr>"

Review Comment:
   Thanks @amaliujia @cloud-fan I will update the error message.



-- 
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-unsubscribe@spark.apache.org

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


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