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

    https://github.com/apache/carbondata/pull/1469#discussion_r153064184
  
    --- Diff: integration/spark2/src/main/spark2.1/CarbonSessionState.scala ---
    @@ -133,7 +134,9 @@ class CarbonSessionState(sparkSession: SparkSession) 
extends HiveSessionState(sp
       override lazy val sqlParser: ParserInterface = new 
CarbonSparkSqlParser(conf, sparkSession)
     
       experimentalMethods.extraStrategies =
    -    Seq(new CarbonLateDecodeStrategy, new DDLStrategy(sparkSession))
    +    Seq(new CarbonLateDecodeStrategy,
    +      new DDLStrategy(sparkSession)
    +    )
    --- End diff --
    
    Keep the format as old like
     `Seq(new CarbonLateDecodeStrategy, new DDLStrategy(sparkSession))`


---

Reply via email to