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

    https://github.com/apache/tajo/pull/548#discussion_r29145724
  
    --- Diff: 
tajo-core/src/test/java/org/apache/tajo/engine/query/TestJoinQuery.java ---
    @@ -1191,4 +1192,16 @@ public final void testJoinWithOrPredicates() throws 
Exception {
         assertResultSet(res);
         cleanupQuery(res);
       }
    +
    +  @Test
    +  public final void testNaturalJoin() throws Exception {
    +    ResultSet res = null;
    +    try {
    +      res = executeQuery();
    +    } catch (Exception e) {
    --- End diff --
    
    This catch block is redundant because the testNaturalJoin method throws 
Exception. I'll remove it before commit.


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