Aihua Xu created HIVE-13882:
-------------------------------
Summary: 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.2.0
Reporter: Aihua Xu
Assignee: Aihua Xu
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)