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

   ### What changes were proposed in this pull request?
   Refactor the AnalyzePlan RPC and add `session.version`
   
   ### Why are the changes needed?
   Existing implementation always return schema, explain string, input files, 
etc together, but in most cases we only need the  schema, so we should separate 
them.
   
   ### Does this PR introduce _any_ user-facing change?
   yes, new session API
   
   ```
   >>> spark.version
   '3.5.0-SNAPSHOT'
   >>> 
   ```
   
   ### How was this patch tested?
   updated tests and added tests


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