Reynold Xin created SPARK-19669:
-----------------------------------
Summary: Open up visibility for sharedState, sessionState, and a
few other functions
Key: SPARK-19669
URL: https://issues.apache.org/jira/browse/SPARK-19669
Project: Spark
Issue Type: New Feature
Components: SQL
Affects Versions: 2.1.0
Reporter: Reynold Xin
Assignee: Reynold Xin
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.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]