You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by jackylk <gi...@git.apache.org> on 2018/07/24 03:16:41 UTC

[GitHub] carbondata pull request #2528: [CARBONDATA-2767][CarbonStore] Fix task local...

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

    https://github.com/apache/carbondata/pull/2528#discussion_r204612669
  
    --- Diff: core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java ---
    @@ -1882,6 +1882,13 @@
     
       public static final String CARBON_MERGE_INDEX_IN_SEGMENT_DEFAULT = "true";
     
    +  /**
    +   * config carbon scan task locality
    --- End diff --
    
    Please provide more detail, like what scheduling behavior will be used for true and false


---