cloud-fan commented on code in PR #44532:
URL: https://github.com/apache/spark/pull/44532#discussion_r1441714170


##########
common/utils/src/main/resources/error/error-classes.json:
##########
@@ -330,6 +330,12 @@
     ],
     "sqlState" : "42704"
   },
+  "CANNOT_RESOLVE_WITH_PLAN_ID" : {
+    "message" : [
+      "Cannot resolve <expression> with plan id <id> in plan <plan>. It's 
probably because of illegal references like `df1.select(df2.col(\"a\"))`."

Review Comment:
   plan id is internal and let's not expose it to end users.



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