SandishKumarHN commented on code in PR #38344:
URL: https://github.com/apache/spark/pull/38344#discussion_r1008467248


##########
core/src/main/resources/error/error-classes.json:
##########
@@ -706,6 +736,66 @@
     ],
     "sqlState" : "42000"
   },
+  "PROTOBUF_CLASS_LOAD_ERROR" : {
+    "message" : [
+      "Could not load Protobuf class with name <protobufClassName><message>"
+    ]
+  },
+  "PROTOBUF_DEPENDENCY_ERROR" : {
+    "message" : [
+      "Could not find dependency: <dependencyName>"
+    ]
+  },
+  "PROTOBUF_DESCRIPTOR_ERROR" : {

Review Comment:
   @srielau Along with the message added the pathname of the descriptor file 
and the same for the one below. Aside from the error message, we don't have 
much information at this time. 



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