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

    https://github.com/apache/tajo/pull/1009#discussion_r61850723
  
    --- Diff: 
tajo-core-tests/src/test/java/org/apache/tajo/engine/query/TestAlterTable.java 
---
    @@ -159,12 +160,15 @@ public final void testAlterTableRepairPartition() 
throws Exception {
           "36.0,N,1,1\n" +
           "38.0,N,2,2\n" +
           "45.0,R,3,2\n" +
    -      "49.0,R,3,3\n";
    +      "49.0,R,3,3\n" +
    +      "null,,null,null\n" +
    +        "null,,null,null\n" +
    --- End diff --
    
    If you use the same indentation of previous codes, it will be more better. 
Other added codes in this class need to be updated.


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