You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Sergio Peña (JIRA)" <ji...@apache.org> on 2016/09/28 03:47:22 UTC

[jira] [Updated] (HIVE-14519) Multi insert query bug

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

Sergio Peña updated HIVE-14519:
-------------------------------
    Target Version/s: 2.1.1

> Multi insert query bug
> ----------------------
>
>                 Key: HIVE-14519
>                 URL: https://issues.apache.org/jira/browse/HIVE-14519
>             Project: Hive
>          Issue Type: Bug
>          Components: Logical Optimizer
>            Reporter: Yongzhi Chen
>            Assignee: Yongzhi Chen
>             Fix For: 2.2.0
>
>         Attachments: HIVE-14519.1.patch
>
>
> When running multi-insert queries, when one of the query is not returning results, the other query is not returning the right result.
> For example:
> After following query, there is no value in /tmp/emp/dir3/000000_0
> {noformat}
> From (select * from src) a
> insert overwrite directory '/tmp/emp/dir1/'
> select key, value
> insert overwrite directory '/tmp/emp/dir2/'
> select 'header'
> where 1=2
> insert overwrite directory '/tmp/emp/dir3/'
> select key, value 
> where key = 100;
> {noformat}
> where clause in the second insert should not affect the third insert. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)