Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-11338

Method getAutocommit() allways returns true

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Blocker
    • Resolution: Unresolved
    • None
    • None
    • API
    • None

    Description

      Method getAutocommit() always returns true.
      This means your connection is transacted. Please change it to false, since HiveConnection does not support transactions.
      org.apache.hive.jdbc.HiveConnection
      class HiveConnection

      @Override
        public boolean getAutoCommit() throws SQLException {
          return true;
        }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            crisu cristian cadar
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: