Github user xubo245 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2969#discussion_r242389254
--- Diff:
integration/hive/src/main/scala/org/apache/carbondata/hiveexample/HiveExample.scala
---
@@ -43,28 +43,25 @@ object HiveExample {
import org.apache.spark.sql.CarbonSession._
- val carbonSession = SparkSession
- .builder()
- .master("local")
- .appName("HiveExample")
- .config("carbonSession.sql.warehouse.dir",
warehouse).enableHiveSupport()
- .getOrCreateCarbonSession(
- store, metaStore_Db)
+ val carbonSession = SparkSession.builder()
+ .master("local").appName("HiveExample")
--- End diff --
Please keep itï¼no need to change
---