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

    https://github.com/apache/phoenix/pull/12#discussion_r17771836
  
    --- Diff: 
phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionlessQueryServicesImpl.java
 ---
    @@ -249,6 +233,15 @@ public void init(String url, Properties props) throws 
SQLException {
                         // Ignore, as this will happen if the SYSTEM.SEQUENCE 
already exists at this fixed timestamp.
                         // A TableAlreadyExistsException is not thrown, since 
the table only exists *after* this fixed timestamp.
                     }
    +                try {
    +                    // TODO : Get this from a configuration
    +                    
metaConnection.createStatement().executeUpdate(QueryConstants.CREATE_STATS_TABLE_METADATA);
    +                } catch (NewerTableAlreadyExistsException ignore) {
    +                    // Ignore, as this will happen if the SYSTEM.SEQUENCE 
already exists at this fixed
    --- End diff --
    
    Nit - update this comment as per above.



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