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

    https://github.com/apache/carbondata/pull/1469#discussion_r153064193
  
    --- Diff: integration/spark2/src/main/spark2.1/CarbonSessionState.scala ---
    @@ -150,9 +153,8 @@ class CarbonSessionState(sparkSession: SparkSession) 
extends HiveSessionState(sp
             DataSourceAnalysis(conf) ::
             (if (conf.runSQLonFile) {
               new ResolveDataSource(sparkSession) :: Nil
    -        } else {
    -          Nil
    -        })
    +        } else {  Nil }
    +          )
    --- End diff --
    
    Keep format as old


---

Reply via email to