Github user dongjoon-hyun commented on the pull request:
https://github.com/apache/spark/pull/12684#issuecomment-214612753
Ur, @rxin .
Could you check that again?
```
[error]
/Users/dongjoon/spark/sql/hivecontext-compatibility/src/main/scala/org/apache/spark/sql/hive/HiveContext.scala:50:
super may not be used on value sparkSession
[error] new HiveContext(super.sparkSession.newSession(), isRootContext
= false)
[error] ^
[error]
/Users/dongjoon/spark/sql/hivecontext-compatibility/src/main/scala/org/apache/spark/sql/hive/HiveContext.scala:54:
super may not be used on value sparkSession
[error] super.sparkSession.sessionState.asInstanceOf[HiveSessionState]
[error] ^
[error]
/Users/dongjoon/spark/sql/hivecontext-compatibility/src/main/scala/org/apache/spark/sql/hive/HiveContext.scala:58:
super may not be used on value sparkSession
[error] super.sparkSession.sharedState.asInstanceOf[HiveSharedState]
[error] ^
[error] three errors found
```
---
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]