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

    https://github.com/apache/carbondata/pull/1321#discussion_r136829860
  
    --- Diff: 
integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/carbonTableSchema.scala
 ---
    @@ -556,21 +556,21 @@ case class LoadTable(
           
carbonProperty.getProperty(CarbonLoadOptionConstants.CARBON_OPTIONS_DATEFORMAT,
             CarbonLoadOptionConstants.CARBON_OPTIONS_DATEFORMAT_DEFAULT)))
     
    -    optionsFinal.put("global_sort_partitions", 
options.getOrElse("global_sort_partitions",
    -      carbonProperty
    -        
.getProperty(CarbonLoadOptionConstants.CARBON_OPTIONS_GLOBAL_SORT_PARTITIONS, 
null)))
    +//    optionsFinal.put("global_sort_partitions", 
options.getOrElse("global_sort_partitions",
    --- End diff --
    
    delete unused code


---

Reply via email to