Vaibhav Gumashta created HIVE-5137:
--------------------------------------
Summary: A Hive SQL query should not return a ResultSet when the
underlying plan does not include a FetchTaskSQL
Key: HIVE-5137
URL: https://issues.apache.org/jira/browse/HIVE-5137
Project: Hive
Issue Type: Bug
Components: HiveServer2
Affects Versions: 0.11.0
Reporter: Vaibhav Gumashta
Assignee: Vaibhav Gumashta
Currently, a query like "create table if not exists t2 as select * from t1"
sets the hasResultSet to true in SQLOperation and in turn, the query returns a
result set. However, as a DDL command, this should ideally not return a result
set.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira