You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by jackylk <gi...@git.apache.org> on 2018/04/08 14:38:11 UTC

[GitHub] carbondata pull request #2103: [CARBONDATA-2312]Support In Memory Catalog

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

    https://github.com/apache/carbondata/pull/2103#discussion_r179949877
  
    --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/CarbonSession.scala ---
    @@ -43,16 +43,19 @@ import org.apache.carbondata.streaming.CarbonStreamingQueryListener
      * User needs to use {CarbonSession.getOrCreateCarbon} to create Carbon session.
      */
     class CarbonSession(@transient val sc: SparkContext,
    -    @transient private val existingSharedState: Option[SharedState]
    +    @transient private val existingSharedState: Option[SharedState],
    +    useHiveMetaStore: Boolean = true
    --- End diff --
    
    I think it should be @transient also


---