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

    https://github.com/apache/phoenix/pull/303#discussion_r192316117
  
    --- Diff: 
phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java
 ---
    @@ -2967,6 +2982,11 @@ protected PhoenixConnection 
upgradeSystemCatalogIfRequired(PhoenixConnection met
                         HTableDescriptor.SPLIT_POLICY + "='" + 
SystemStatsSplitPolicy.class.getName() +"'"
                         );
             }
    +        // TODO set the version for which the following upgrade code runs 
correct
    +        if (currentServerSideTableTimeStamp < 
MetaDataProtocol.MIN_SYSTEM_TABLE_TIMESTAMP_4_14_0) {
    --- End diff --
    
    Done


---

Reply via email to