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

[GitHub] carbondata pull request #1583: [CARBONDATA-1822][Spark-Integration] Support ...

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

    https://github.com/apache/carbondata/pull/1583#discussion_r154276544
  
    --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/execution/strategy/DDLStrategy.scala ---
    @@ -193,6 +197,32 @@ class DDLStrategy(sparkSession: SparkSession) extends SparkStrategy {
             ExecutedCommandExec(
               CarbonAlterTableUnsetCommand(tableName, propKeys, ifExists, isView)) :: Nil
           }
    +      case RefreshTable(tableIdentifier) =>
    +        val isCarbonTable = CarbonEnv.getInstance(sparkSession).carbonMetastore
    --- End diff --
    
    Fixed


---