You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by sounakr <gi...@git.apache.org> on 2017/12/22 09:27:14 UTC

[GitHub] carbondata pull request #1692: [CARBONDATA-1777] Added check to refresh tabl...

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

    https://github.com/apache/carbondata/pull/1692#discussion_r158455641
  
    --- Diff: integration/spark2/src/main/spark2.2/CarbonSessionState.scala ---
    @@ -20,6 +20,7 @@ package org.apache.spark.sql.hive
     import scala.collection.generic.SeqFactory
     
     import org.apache.hadoop.conf.Configuration
    +import org.apache.spark.SPARK_VERSION
    --- End diff --
    
    Remove Spark Version


---