amaliujia commented on code in PR #40906:
URL: https://github.com/apache/spark/pull/40906#discussion_r1177060006
##########
connector/connect/common/src/main/protobuf/spark/connect/commands.proto:
##########
@@ -308,8 +308,11 @@ message StreamingQueryCommandResult {
}
message ExceptionResult {
- // Exception message as string
+ // (Optional) Exception message as string
optional string exception_message = 1;
+ // (Optional) Exception error class as string
+ optional string error_class = 2;
Review Comment:
Thanks for improving the proto style!
--
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]