Github user rxin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/12851#discussion_r61824715
  
    --- 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 --
    
    In order to use this file, I think it needs to be built into a jar?



---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to