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:55:08 UTC

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

     [ https://issues.apache.org/jira/browse/HIVE-5984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gunther Hagleitner updated HIVE-5984:
-------------------------------------

    Attachment: HIVE-5984.1.patch

> 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
>
>         Attachments: HIVE-5984.1.patch
>
>
> 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)