grundprinzip commented on code in PR #38630:
URL: https://github.com/apache/spark/pull/38630#discussion_r1020553812


##########
connector/connect/src/main/protobuf/spark/connect/base.proto:
##########
@@ -48,6 +54,9 @@ message Request {
   // The logical plan to be executed / analyzed.
   Plan plan = 3;
 
+  // From which client this request was sent from.

Review Comment:
   ```suggestion
     // Provides optional information about the client sending the request. 
This field
     // can be used for language or version specific information and is only 
intended for
     // logging purposes and will not be interpreted by the server.
   ```



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