Github user dongjoon-hyun commented on the pull request:
https://github.com/apache/spark/pull/12719#issuecomment-218515870
Interesting. It's compile error.
```
[error]
/home/jenkins/workspace/SparkPullRequestBuilder/sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/SQLViewSuite.scala:311:
not found: value sqlContext
[error] sqlContext.sql(
[error] ^
[error]
/home/jenkins/workspace/SparkPullRequestBuilder/sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/SQLViewSuite.scala:315:
not found: value sqlContext
[error] sqlContext.sql("create view v_part as select * from t_part")
[error] ^
[error]
/home/jenkins/workspace/SparkPullRequestBuilder/sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/SQLViewSuite.scala:326:
not found: value sqlContext
[error] sqlContext.sql(
[error] ^
[error]
/home/jenkins/workspace/SparkPullRequestBuilder/sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/SQLViewSuite.scala:330:
not found: value sqlContext
[error] sqlContext.sql("create view v_orc as select * from t_orc")
[error] ^
[error] four errors found
[error] (hive/test:compileIncremental) Compilation failed
```
I'll rebase again.
---
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]