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"

Log workAgile BoardRank to TopRank to BottomBulk Copy AttachmentsBulk Move AttachmentsVotersWatch issueWatchersCreate sub-taskConvert to sub-taskMoveLinkCloneLabelsUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    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.1.patch
          8 kB
          Aihua Xu
        2. HIVE-13882.2.patch
          34 kB
          Aihua Xu

        Issue Links

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment