Github user liancheng commented on a diff in the pull request:
https://github.com/apache/spark/pull/3946#discussion_r23148681
--- Diff:
sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/SparkSQLSessionManager.scala
---
@@ -30,26 +29,29 @@ import
org.apache.spark.sql.hive.thriftserver.server.SparkSQLOperationManager
import org.apache.hive.service.cli.SessionHandle
private[hive] class SparkSQLSessionManager(hiveContext: HiveContext)
- extends SessionManager
+ extends SparkSQLSessionManagerShim(hiveContext)
with ReflectedCompositeService {
private lazy val sparkSqlOperationManager = new
SparkSQLOperationManager(hiveContext)
override def init(hiveConf: HiveConf) {
- setSuperField(this, "hiveConf", hiveConf)
+
--- End diff --
Remove this empty line.
---
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]