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

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

GitHub user hyunsik opened a pull request:

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

    TAJO-1626: JdbcConnection::setAutoCommit() should not throw an except…

    …ion.

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

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

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

    https://github.com/apache/tajo/pull/589.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 #589
    
----
commit 652aa31c4f20727f2c2853368a819e52a9a7df91
Author: Hyunsik Choi <[email protected]>
Date:   2015-05-27T09:30:20Z

    TAJO-1626: JdbcConnection::setAutoCommit() should not throw an exception.

----


> JdbcConnection::setAutoCommit() should not throw an exception.
> --------------------------------------------------------------
>
>                 Key: TAJO-1626
>                 URL: https://issues.apache.org/jira/browse/TAJO-1626
>             Project: Tajo
>          Issue Type: Improvement
>          Components: JDBC
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>            Priority: Trivial
>             Fix For: 0.11.0, 0.10.2
>
>
> See the title. JdbcConnection::setAutoCommit() is likely to be frequently 
> invoked in many JDBC-based applications without special purpose. So, the 
> current implementation that throws an SQLFeatureNotSupportedException causes 
> errors in many applications.
> This patch removes the exception and instead adds log message.



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

Reply via email to