heyihong commented on code in PR #42377:
URL: https://github.com/apache/spark/pull/42377#discussion_r1311496078
##########
connector/connect/common/src/main/protobuf/spark/connect/base.proto:
##########
@@ -813,5 +869,8 @@ service SparkConnectService {
// Non reattachable executions are released automatically and immediately
after the ExecutePlan
// RPC and ReleaseExecute may not be used.
rpc ReleaseExecute(ReleaseExecuteRequest) returns (ReleaseExecuteResponse) {}
+
+ // GetErrorInfo retrieves cached exceptions based on provided error ids.
+ rpc GetErrorInfo(GetErrorInfoRequest) returns (GetErrorInfoResponse) {}
Review Comment:
Maybe we can use FetchErrorDetails instead?
--
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]