mihailom-db commented on code in PR #45095:
URL: https://github.com/apache/spark/pull/45095#discussion_r1497250977


##########
common/utils/src/main/resources/error/error-classes.json:
##########
@@ -3748,6 +3748,12 @@
     },
     "sqlState" : "0A000"
   },
+  "UNSUPPORTED_ENCODER" : {
+    "message" : [
+      "Found unsupported encoder. Try switching to an expression encoder. (For 
more information on Encoders, consult: 
https://spark.apache.org/docs/latest/api/java/index.html?org/apache/spark/sql/Encoder.html)"

Review Comment:
   Generally, I understood that these are generated files that are being 
referenced, but I referenced the file with all error state support and then I 
introduced a link to Encoder doc there.



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to