GitHub user rxin opened a pull request:
https://github.com/apache/spark/pull/17002
[SPARK-19669][SQL] Open up visibility for sharedState, sessionState, and a
few other functions
## What changes were proposed in this pull request?
To ease debugging, most of Spark SQL internals have public level
visibility. Two of the most important internal states, sharedState and
sessionState, however, are package private. It would make more sense to open
these up as well with clear documentation that they are internal.
In addition, users currently have way to set active/default SparkSession,
but no way to actually get them back. We should open those up as well.
## How was this patch tested?
N/A - only visibility change.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rxin/spark SPARK-19669
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/17002.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #17002
----
commit 6a4284998be3b957efa684615fe9b1fa2bffd21d
Author: Reynold Xin <[email protected]>
Date: 2017-02-20T17:32:23Z
[SPARK-19669][SQL] Open up visibility for sharedState, sessionState, and a
few other functions
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]