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

    https://github.com/apache/carbondata/pull/1134#discussion_r129874324
  
    --- Diff: 
processing/src/main/java/org/apache/carbondata/processing/util/CarbonDataProcessorUtil.java
 ---
    @@ -465,6 +463,29 @@ public static String 
checkAndCreateCarbonStoreLocation(String factStoreLocation,
       }
     
       /**
    +   * Return the sort scope enum.
    +   */
    +  public static SortScopeOptions.SortScope getSortScope(String 
sortScopeString) {
    +    SortScopeOptions.SortScope sortScope;
    +    try {
    +      // first check whether user input it from ddl, otherwise get from 
carbon properties
    --- End diff --
    
    suggest changing "it" to "sort scope"


---
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