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

ASF GitHub Bot commented on AIRFLOW-5582:
-----------------------------------------

feluelle commented on pull request #6232: [AIRFLOW-5582] AutoCommit in jdbc is 
missing get_autocommit
URL: https://github.com/apache/airflow/pull/6232
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> AutoCommit in jdbc is missing get_autocommit
> --------------------------------------------
>
>                 Key: AIRFLOW-5582
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-5582
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: database, hooks
>    Affects Versions: 1.10.0
>            Reporter: Scott Liu
>            Priority: Major
>
> Some of JDBC driver does not support autoCommit=false, such as 
> org.apache.hive.jdbc.HiveDrive.
> JdbcHook.set_autocommit update by conn.jconn.setAutoCommit, 
> DbApiHook.get_autocommit retrieve by conn.autocommit.
> After DbApiHook.execute(sql), conn.commit() will throws exception.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to