Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3AC09200B0F for ; Fri, 3 Jun 2016 05:41:01 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 396AD160A52; Fri, 3 Jun 2016 03:41:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 73B20160A51 for ; Fri, 3 Jun 2016 05:41:00 +0200 (CEST) Received: (qmail 87890 invoked by uid 500); 3 Jun 2016 03:40:59 -0000 Mailing-List: contact issues-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list issues@hive.apache.org Received: (qmail 87862 invoked by uid 99); 3 Jun 2016 03:40:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jun 2016 03:40:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 513DE2C033A for ; Fri, 3 Jun 2016 03:40:59 +0000 (UTC) Date: Fri, 3 Jun 2016 03:40:59 +0000 (UTC) From: "Eugene Koifman (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Reopened] (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" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 03 Jun 2016 03:41:01 -0000 [ https://issues.apache.org/jira/browse/HIVE-13882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene Koifman reopened HIVE-13882: ----------------------------------- this broke the build under itests/ in both 2.1 and 2.2 > When hive.server2.async.exec.async.compile is turned on, from JDBC we will get "The query did not generate a result set" > ------------------------------------------------------------------------------------------------------------------------- > > Key: HIVE-13882 > URL: https://issues.apache.org/jira/browse/HIVE-13882 > Project: Hive > Issue Type: Bug > Components: JDBC > Affects Versions: 2.1.0 > Reporter: Aihua Xu > Assignee: Aihua Xu > Labels: TODOC2.1 > Fix For: 2.1.0 > > Attachments: HIVE-13882.1.patch, HIVE-13882.2.patch > > > 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(); -- This message was sent by Atlassian JIRA (v6.3.4#6332)