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

    https://github.com/apache/carbondata/pull/2161#discussion_r243773875
  
    --- Diff: 
core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
 ---
    @@ -960,7 +960,7 @@ private CarbonCommonConstants() {
        * If set to GLOBAL_SORT, the sorting scope is bigger and one index tree 
per task will be
        * created, thus loading is slower but query is faster.
        */
    -  public static final String LOAD_SORT_SCOPE_DEFAULT = "LOCAL_SORT";
    +  public static final String LOAD_SORT_SCOPE_DEFAULT = "NO_SORT";
    --- End diff --
    
    resolved


---

Reply via email to