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

    https://github.com/apache/phoenix/pull/147#discussion_r50166279
  
    --- Diff: 
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataRegionObserver.java
 ---
    @@ -69,6 +82,8 @@
         protected ScheduledThreadPoolExecutor executor = new 
ScheduledThreadPoolExecutor(1);
         private boolean enableRebuildIndex = 
QueryServicesOptions.DEFAULT_INDEX_FAILURE_HANDLING_REBUILD;
         private long rebuildIndexTimeInterval = 
QueryServicesOptions.DEFAULT_INDEX_FAILURE_HANDLING_REBUILD_INTERVAL;
    +    public static final byte[] UPGRADE_TO_4_7_COLUMN_NAME = 
Bytes.toBytes("UPGRADE_TO_4_7");
    +    public static final String UPGRADE_TO_4_7_COLUMN_VALUE = 
"TRUNCATED_4_7";
    --- End diff --
    
    Minor nit - no need for a column value. Just using 
ByteUtil.EMPTY_BYTE_ARRAY.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to