srielau commented on code in PR #37621:
URL: https://github.com/apache/spark/pull/37621#discussion_r962392376


##########
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:
   Well, right now a sub error class spawns a separate doc page. So we are 
introducing complexity into the tooling. If we want to suppress this (?)
   That being said I do not understand why we can't put in some palace holder 
like <none> or <empty> or <null>?
   But if you like this one how about WITHOUT_SUGGESTION



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