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

    https://github.com/apache/phoenix/pull/153#discussion_r58989392
  
    --- Diff: 
phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java
 ---
    @@ -2387,8 +2452,27 @@ public Void call() throws Exception {
                                         logger.info("Update of SYSTEM.CATALOG 
complete");
                                                                        
clearCache();
                                     }
    -                                
    +
    +                                if (currentServerSideTableTimeStamp < 
MetaDataProtocol.MIN_SYSTEM_TABLE_TIMESTAMP_4_8_0) {
    +                                    // Add these columns one at a time, 
each with different timestamps so that if folks
    --- End diff --
    
    Please remove this comment as it doesn't make sense here.


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