You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by xubo245 <gi...@git.apache.org> on 2018/11/06 01:49:16 UTC

[GitHub] carbondata pull request #2818: [CARBONDATA-3011] Add carbon property to conf...

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

    https://github.com/apache/carbondata/pull/2818#discussion_r230977735
  
    --- Diff: core/src/main/java/org/apache/carbondata/core/util/CarbonProperties.java ---
    @@ -1558,4 +1564,6 @@ private void validateStringCharacterLimit() {
               CarbonCommonConstants.CARBON_MINMAX_ALLOWED_BYTE_COUNT_DEFAULT);
         }
       }
    +
    +
    --- End diff --
    
    no need two empty lines


---