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/06/17 01:03:01 UTC

[jira] [Commented] (TAJO-751) JDBC driver should support cancel() method.

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

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

GitHub user jihoonson opened a pull request:

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

    TAJO-751: JDBC driver should support cancel() method.

    This is the rebased patch of navis' work (#459).
    While merging the patch into master, I've found some conflict codes and thus removed them.
    This patch looks good to me. Here is my +1, and I'll commit if there aren't any objections.

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

    $ git pull https://github.com/jihoonson/tajo-2 TAJO-751

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

    https://github.com/apache/tajo/pull/605.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 #605
    
----
commit b7bf01e77b12895607357e9b8a66fd02545b7946
Author: navis.ryu <na...@apache.org>
Date:   2015-03-24T07:07:40Z

    TAJO-751 JDBC driver should support cancel() method

commit 659a8d870f09d2b6f2ed15ecb1f17a48a1bb82b7
Author: navis.ryu <na...@apache.org>
Date:   2015-04-08T01:34:09Z

    TAJO-751 Added a test and some minor refactorings

commit 8f412ff5c5b12c968ffb0cbed01e414e636442e5
Author: Jihoon Son <ji...@apache.org>
Date:   2015-06-16T22:58:07Z

    Merged into master and removed some conflic codes

----


> JDBC driver should support cancel() method.
> -------------------------------------------
>
>                 Key: TAJO-751
>                 URL: https://issues.apache.org/jira/browse/TAJO-751
>             Project: Tajo
>          Issue Type: Improvement
>            Reporter: Hyoungjun Kim
>            Assignee: Navis
>            Priority: Minor
>
> Some OLAP or ETL tool call JDBC's cancel() function when a query is too late. So Tajo's JDBC should support cancel() function in Statement or PreparedStatement class.



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