zhengruifeng commented on PR #46005:
URL: https://github.com/apache/spark/pull/46005#issuecomment-2049469680
@grundprinzip thanks for the pointer, the actual purpose is to make the
logged `client_type` easy to process.
```
// 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.
optional string client_type = 6;
```
So probably we can let `userAgent` alone add another helper function to
generate the `client_type`
--
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]