beliefer commented on code in PR #43457:
URL: https://github.com/apache/spark/pull/43457#discussion_r1366401690


##########
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:
   Shall we remove the optional modifier? please refer 
https://github.com/apache/spark/pull/43412



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

Reply via email to