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

    https://github.com/apache/tajo/pull/772#discussion_r39945279
  
    --- Diff: 
tajo-catalog/tajo-catalog-server/src/main/resources/schemas/derby/derby.xml ---
    @@ -173,7 +174,9 @@
                                TID INT NOT NULL REFERENCES TABLES (TID) ON 
DELETE CASCADE,
                                PARTITION_NAME VARCHAR(767),
                                PATH VARCHAR(1024),
    -                           CONSTRAINT C_PARTITIONS_PK PRIMARY KEY 
(PARTITION_ID),
    +                           NUM_BYTES BIGINT,
    +                           NUM_FILES BIGINT,
    +                                   CONSTRAINT C_PARTITIONS_PK PRIMARY KEY 
(PARTITION_ID),
    --- End diff --
    
    Please fix the indent.


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