You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by ravipesala <gi...@git.apache.org> on 2017/06/12 19:52:22 UTC

[GitHub] carbondata pull request #987: [CARBONDATA-1017] Add EncodingStrategy and use...

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

    https://github.com/apache/carbondata/pull/987#discussion_r121509773
  
    --- Diff: core/src/main/java/org/apache/carbondata/core/cache/dictionary/DoubleArrayTrieDictionary.java ---
    @@ -43,7 +43,7 @@
       private static final int UUSD_ROOM_VALUE = -2;   // unused position, only for zero
       private static final int EPTY_BACK_VALUE = 0;    // value of empty position
     
    -  private static final int ENCODE_BASE_VALUE = 10; // encode start number
    +  private static final int ENCODE_BASE_VALUE = 10; // apply start number
    --- End diff --
    
    I think no need to change this file


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---