Github user rxin commented on a diff in the pull request:
https://github.com/apache/spark/pull/12851#discussion_r61821254
--- Diff: sql/hive/src/test/resources/regression-test-SPARK-8489/Main.scala
---
@@ -34,7 +34,7 @@ object Main {
// scalastyle:off println
println("Running regression test for SPARK-8489.")
val sc = new SparkContext("local", "testing")
- val sparkSession = SparkSession.withHiveSupport(sc)
+ val sparkSession =
SparkSession.builder.enableHiveSupport().getOrCreate()
--- End diff --
i think this one needs to be built?
---
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]