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

    https://github.com/apache/incubator-carbondata/pull/368#discussion_r91284876
  
    --- Diff: 
integration/spark/src/main/scala/org/apache/spark/sql/execution/command/carbonTableSchema.scala
 ---
    @@ -763,10 +763,9 @@ case class LoadTable(
     
     
           val columinar = sqlContext.getConf("carbon.is.columnar.storage", 
"true").toBoolean
    -      val kettleHomePath = CarbonScalaUtil.getKettleHome(sqlContext)
     
           // TODO It will be removed after kettle is removed.
    -      val useKettle = options.get("use_kettle") match {
    +      val useKettle = options.get("useKettle") match {
    --- End diff --
    
    I think it does not work if it executes from parser, please make it 
consistent across all. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to