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

When hive.server2.async.exec.async.compile is turned on, from JDBC we will get "The query did not generate a result set"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.1.0
    • 2.2.0
    • JDBC

    Description

      The following would fail with "The query did not generate a result set"

      stmt.execute("SET hive.driver.parallel.compilation=true");
      stmt.execute("SET hive.server2.async.exec.async.compile=true");
      ResultSet res = stmt.executeQuery("SELECT * FROM " + tableName);
      res.next();

      Attachments

        1. HIVE-13882.2.patch
          34 kB
          Aihua Xu
        2. HIVE-13882.1.patch
          8 kB
          Aihua Xu

        Issue Links

          Activity

            People

              aihuaxu Aihua Xu
              aihuaxu Aihua Xu
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: