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


##########
core/src/main/resources/error/error-classes.json:
##########
@@ -415,20 +415,56 @@
   },
   "UNRESOLVED_COLUMN" : {
     "message" : [
-      "A column or function parameter with name <objectName> cannot be 
resolved. Did you mean one of the following? [<objectList>]"
+      "A column or function parameter with name <objectName> cannot be 
resolved."
     ],
+    "subClass" : {
+      "GENERIC" : {

Review Comment:
   shall we simply add a new error class like 
`UNRESOLVED_COLUMN_WITH_NO_INPUT_COLUMNS`?



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