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

    https://github.com/apache/carbondata/pull/3019#discussion_r244278709
  
    --- Diff: 
integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/table/CarbonCreateTableCommand.scala
 ---
    @@ -157,7 +157,7 @@ case class CarbonCreateTableCommand(
                      |  tableName "$tableName",
                      |  dbName "$dbName",
                      |  tablePath "$tablePath",
    -                 |  path "$tablePath",
    +                 |  path "${FileFactory.addSchemeIfNotExists(tablePath)}",
    --- End diff --
    
    ok


---

Reply via email to