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

    https://github.com/apache/phoenix/pull/359#discussion_r223898473
  
    --- Diff: 
phoenix-core/src/main/java/org/apache/phoenix/util/SchemaUtil.java ---
    @@ -540,6 +540,12 @@ public static boolean isSequenceTable(byte[] 
tableName) {
                     || Bytes.compareTo(tableName, SchemaUtil
                             
.getPhysicalTableName(PhoenixDatabaseMetaData.SYSTEM_SEQUENCE_NAME_BYTES, 
true).getName()) == 0;
         }
    +
    +    public static boolean isTaskTable(byte[] tableName) {
    --- End diff --
    
    Checkout `StatisticsUtil` class. This is where we disable it.


---

Reply via email to