You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/09/10 15:16:45 UTC

[jira] [Commented] (TAJO-1835) TajoClient::executeQueryAndGetResult should throw Query(Failed|Killed)Exception

    [ https://issues.apache.org/jira/browse/TAJO-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14738722#comment-14738722 ] 

ASF GitHub Bot commented on TAJO-1835:
--------------------------------------

GitHub user hyunsik opened a pull request:

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

    TAJO-1835: TajoClient::executeQueryAndGetResult should throw Query(Failed|Killed)Exception.

    

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

    $ git pull https://github.com/hyunsik/tajo TAJO-1835

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

    https://github.com/apache/tajo/pull/754.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 #754
    
----
commit 2f9a3b97bd5d87275e395201d6d3a84b9af76b99
Author: Hyunsik Choi <hy...@apache.org>
Date:   2015-09-10T13:12:34Z

    TAJO-1835: TajoClient::executeQueryAndGetResult should throw Query(Failed|Killed)Exception.

----


> TajoClient::executeQueryAndGetResult should throw Query(Failed|Killed)Exception
> -------------------------------------------------------------------------------
>
>                 Key: TAJO-1835
>                 URL: https://issues.apache.org/jira/browse/TAJO-1835
>             Project: Tajo
>          Issue Type: Bug
>          Components: Java Client
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>             Fix For: 0.11.0
>
>
> TajoClient::executeQueryAndGetResult should throw Query(Failed|Killed)Exception rather than returning NullResultSet when a running query is failed or killed. This patch changes this API semantic.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)