HyukjinKwon commented on code in PR #43457:
URL: https://github.com/apache/spark/pull/43457#discussion_r1366444032
##########
connector/connect/common/src/main/protobuf/spark/connect/base.proto:
##########
@@ -852,6 +852,10 @@ message FetchErrorDetailsResponse {
// The query context of a SparkThrowable.
repeated QueryContext query_contexts = 3;
+
+ // Portable error identifier across SQL engines
+ // If null, error class or SQLSTATE is not set.
+ optional string sql_state = 4;
Review Comment:
I think the problem is the protobuf compatibility (e.g., old version of
those messages shoudl work). If we make it required, old messages won't work.
--
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]