rangadi opened a new pull request, #41618:
URL: https://github.com/apache/spark/pull/41618
### What changes were proposed in this pull request?
This adds SessionHolder rather than just SparkSession to
`SparkConnectPlanner`. This is to allow access to session specific state at
connect server level. Note that this is Spark-Connect specific session state,
and is not stored with SparkSession.
E.g.
* Mapping from _dataframe reference id_ to actual dataframe in #41580
* File and archives stored with session in #41495
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
- Existing unit 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]