Skip to content

Commit

Permalink
public session state
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Kruszewski committed Mar 14, 2017
1 parent 6cb0406 commit 740d201
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import org.apache.spark.sql.util.ExecutionListenerManager
/**
* A class that holds all session-specific state in a given [[SparkSession]].
*/
private[sql] class SessionState(sparkSession: SparkSession) {
class SessionState(sparkSession: SparkSession) {

// Note: These are all lazy vals because they depend on each other (e.g. conf) and we
// want subclasses to override some of the fields. Otherwise, we would get a lot of NPEs.
Expand Down

0 comments on commit 740d201

Please sign in to comment.