[ 
https://issues.apache.org/jira/browse/SPARK-19669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16026219#comment-16026219
 ] 

Steve Loughran commented on SPARK-19669:
----------------------------------------

thanks for this, very nice to have Logging usable outside Spark's own codebase 
again; I had my own copy & paste but when you start playing with traits across 
things, life gets hard

> 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
>             Fix For: 2.2.0
>
>
> 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: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to