You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Gunther Hagleitner (JIRA)" <ji...@apache.org> on 2013/12/09 03:53:07 UTC

[jira] [Created] (HIVE-5984) Multi insert statement fails on Tez

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)