Github user Leemoonsoo commented on the issue:

    https://github.com/apache/zeppelin/pull/2284
  
    Looks like this PR changes default behavior.
    
    Previously, `connection.commit()` is executed if 
`connection.getAutoCommit()` is false.
    But after this patch, `connection.commit()` will be executed if 
`connection.getAutoCommit()` is false and `zeppelin.jdbc.autocommit` property 
is true.
    
    And `zeppelin.jdbc.autocommit` property is false by default.
    
    Shell we keep default behavior?


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