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


##########
core/src/main/resources/error/error-classes.json:
##########
@@ -187,7 +187,60 @@
     "sqlState" : "0A000"
   },
   "UNSUPPORTED_FEATURE" : {
-    "message" : [ "The feature is not supported: <feature>" ],
+    "message" : [ "The feature is not supported: " ],

Review Comment:
   I was considering it, but perhaps that's a "future" improvement.
   It requires us to count of the shared prefix, split that off, take the next 
parameter for the error class and then tail the rest.
   It seems error prone.



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