MaxGekk commented on code in PR #43352:
URL: https://github.com/apache/spark/pull/43352#discussion_r1356895005


##########
connector/connect/common/src/main/protobuf/spark/connect/base.proto:
##########
@@ -819,13 +819,39 @@ message FetchErrorDetailsResponse {
     int32 line_number = 4;
   }
 
+  // QueryContext defines the schema for the query context of a SparkThrowable.
+  // It helps users understand where error occur while executing queries.

Review Comment:
   ```suggestion
     // It helps users understand where the error occurs while executing 
queries.
   ```



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