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

    https://github.com/apache/tajo/pull/662#discussion_r35951781
  
    --- Diff: tajo-client/src/main/java/org/apache/tajo/client/QueryClient.java 
---
    @@ -94,11 +97,11 @@
        *
        * @return If failed, return null.
        */
    -  ResultSet executeQueryAndGetResult(final String sql) throws SQLException;
    +  ResultSet executeQueryAndGetResult(final String sql) throws 
TajoException;
    --- End diff --
    
    It is difficult to find the reason why ```executeQueryAndGetResult()``` 
throws ```TajoException```, but ```executeQuery()``` does not. Would you give 
some backgrounds?


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