itholic commented on code in PR #39137:
URL: https://github.com/apache/spark/pull/39137#discussion_r1053168085
##########
core/src/main/resources/error/error-classes.json:
##########
@@ -1046,6 +1046,63 @@
"Protobuf type not yet supported: <protobufType>."
]
},
+ "PYSPARK" : {
Review Comment:
Later, when the amount of error classes becomes large enough to be
categorized, it can be subdivided into several error classes starting with
PYSPARK.
e.g. "PYSPARK_INVALID_TYPE", "PYSPARK_WRONG_NUM_ARGS" or something.
--
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]