kevinjmh commented on a change in pull request #3364: [CARBONDATA-3503][Carbon2] Adapt to SparkSessionExtension
URL:
https://github.com/apache/carbondata/pull/3364#discussion_r319041057
##########
File path: integration/spark2/src/main/scala/org/apache/carbondata/spark/thriftserver/CarbonThriftServer.scala
##########
@@ -71,14 +70,15 @@ object CarbonThriftServer {
val storePath = if (args.length > 0) args.head else null
val spark = if (args.length <= 1) {
- builder.getOrCreateCarbonSession(storePath)
Review comment:
where to set the storepath now?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[hidden email]
With regards,
Apache Git Services