GitHub user jinossy opened a pull request:

    https://github.com/apache/tajo/pull/354

    TAJO-1308: QueryInprogress can not release when query is QUERY_ERROR.

    Additionally, I’ve fix the error message issue when query is failed.
    ```
    RROR: org.apache.tajo.rpc.TajoServiceException: Message missing required 
fields: resultSet
    java.sql.SQLException: org.apache.tajo.rpc.TajoServiceException: Message 
missing required fields: resultSet
            at 
org.apache.tajo.jdbc.TajoResultSetBase.next(TajoResultSetBase.java:786)
            at 
org.apache.tajo.cli.tsql.DefaultTajoCliOutputFormatter.printResult(DefaultTajoCliOutputFormatter.java:104)
            at 
org.apache.tajo.cli.tsql.TajoCli.localQueryCompleted(TajoCli.java:571)
            at org.apache.tajo.cli.tsql.TajoCli.executeQuery(TajoCli.java:545)
            at 
org.apache.tajo.cli.tsql.TajoCli.executeParsedResults(TajoCli.java:447)
            at org.apache.tajo.cli.tsql.TajoCli.runShell(TajoCli.java:419)
            at org.apache.tajo.cli.tsql.TajoCli.main(TajoCli.java:699)
    Caused by: java.io.IOException: org.apache.tajo.rpc.TajoServiceException: 
Message missing required fields: resultSet
            at 
org.apache.tajo.jdbc.FetchResultSet.nextTuple(FetchResultSet.java:81)
            at 
org.apache.tajo.jdbc.TajoResultSetBase.next(TajoResultSetBase.java:780)
            ... 6 more
    ```

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jinossy/tajo TAJO-1308

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/354.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #354
    
----
commit 26f0f07eb07d4833145508010fc80de831bd3a19
Author: jhkim <[email protected]>
Date:   2015-01-20T11:20:21Z

    TAJO-1308: QueryInprogress can not release when query is QUERY_ERROR.

----


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