zhengruifeng opened a new pull request, #46005:
URL: https://github.com/apache/spark/pull/46005

   ### What changes were proposed in this pull request?
   Unify the user agent with json
   
   
   ### Why are the changes needed?
   to make them more easier to analyze:
   
   before:
   ```
   _SPARK_CONNECT_PYTHON spark/4.0.0.dev0 os/linux python/3.11.0rc1
   _SPARK_CONNECT_SCALA spark/4.0.0-SNAPSHOT scala/2.13.12 jvm/17.0.8.1 
os/darwin
   ```
   
   after:
   ```
   
{"agent":"_SPARK_CONNECT_PYTHON","spark":"4.0.0-SNAPSHOT","os":"darwin","python":"3.12.2"}
   
{"agent":"_SPARK_CONNECT_SCALA","spark":"4.0.0-SNAPSHOT","os":"darwin","scala":"2.13.13","jvm":"17.0.10"}
   ```
   
   
   ### Does this PR introduce _any_ user-facing change?
   no
   
   
   ### How was this patch tested?
   ci
   
   
   ### Was this patch authored or co-authored using generative AI tooling?
   no


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