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

[GitHub] carbondata pull request #2902: [CARBONDATA-3083] Fixed data mismatch issue a...

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

    https://github.com/apache/carbondata/pull/2902#discussion_r231009938
  
    --- Diff: core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java ---
    @@ -1734,7 +1734,7 @@ private CarbonCommonConstants() {
       public static final String CARBON_PUSH_ROW_FILTERS_FOR_VECTOR =
           "carbon.push.rowfilters.for.vector";
     
    -  public static final String CARBON_PUSH_ROW_FILTERS_FOR_VECTOR_DEFAULT = "false";
    +  public static final String CARBON_PUSH_ROW_FILTERS_FOR_VECTOR_DEFAULT = "true";
    --- End diff --
    
    Any specific reason for changing the default value?


---