Gunther Hagleitner created HIVE-5984:
----------------------------------------
Summary: Multi insert statement fails on Tez
Key: HIVE-5984
URL: https://issues.apache.org/jira/browse/HIVE-5984
Project: Hive
Issue Type: Bug
Reporter: Gunther Hagleitner
Assignee: Gunther Hagleitner
Fix For: tez-branch
Here's an example statement that doesn't work:
rom (SELECT name FROM studenttab10k WHERE name != 'foo') a join studenttab10k
on (a.name = studenttab10k.name)
insert overwrite table mi1
select a.name, a.name
where a.name <> 'foo'
insert overwrite table mi2
select a.name, a.name
where a.name <> 'bar'
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)