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

    https://github.com/apache/carbondata/pull/2225#discussion_r185483770
  
    --- Diff: 
integration/spark2/src/main/scala/org/apache/spark/sql/execution/strategy/DDLStrategy.scala
 ---
    @@ -224,15 +224,32 @@ class DDLStrategy(sparkSession: SparkSession) extends 
SparkStrategy {
               && 
(tableDesc.provider.get.equals("org.apache.spark.sql.CarbonSource")
               || tableDesc.provider.get.equalsIgnoreCase("carbondata")) =>
             val updatedCatalog =
    -          CarbonSource.updateCatalogTableWithCarbonSchema(tableDesc, 
sparkSession)
    +          CarbonSource.updateCatalogTableWithCarbonSchema(tableDesc, 
sparkSession, None)
    --- End diff --
    
    okay


---

Reply via email to