MaxGekk commented on code in PR #44883:
URL: https://github.com/apache/spark/pull/44883#discussion_r1467323511


##########
common/utils/src/main/resources/error/error-classes.json:
##########
@@ -3383,6 +3401,18 @@
     ],
     "sqlState" : "428EK"
   },
+  "TWS_IMPLICIT_KEY_NOT_FOUND" : {

Review Comment:
   Yep. Also we have categories of internal errors, see
   
https://github.com/apache/spark/blob/f9f413e5ff6abe00a664e2dc75fb0ade2ff2986a/common/utils/src/main/scala/org/apache/spark/SparkException.scala#L99
   You should add a suffix to your feature specific internal errors.



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