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

    https://github.com/apache/phoenix/pull/232#discussion_r102851725
  
    --- Diff: 
phoenix-core/src/main/java/org/apache/phoenix/query/QueryServicesOptions.java 
---
    @@ -263,6 +264,8 @@
         public static final String DEFAULT_CLIENT_CACHE_ENCODING = 
PTableRefFactory.Encoding.OBJECT.toString();
         public static final boolean DEFAULT_AUTO_UPGRADE_ENABLED = true;
         public static final int DEFAULT_CLIENT_CONNECTION_CACHE_MAX_DURATION = 
86400000;
    +    public static final int DEFAULT_COLUMN_ENCODED_BYTES = 
QualifierEncodingScheme.FOUR_BYTE_QUALIFIERS.getSerializedMetadataValue();
    --- End diff --
    
    I think a 2 byte qualifier is a better default. WDYT?


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