Github user zuotingbing commented on the issue:

    https://github.com/apache/spark/pull/20025
  
    @liufengdb I think the class `SessionManager.java` is merged from Hive 
originally, and in Spark we redesigned it by adding 
`SparkSQLSessionManager.scala` with no affect to `SessionManager.java` :
    `val sparkSqlSessionManager = new SparkSQLSessionManager(hiveServer, 
sqlContext)
        setSuperField(this, "sessionManager", sparkSqlSessionManager)`


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to