You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Pengcheng Xiong (JIRA)" <ji...@apache.org> on 2017/06/28 04:08:00 UTC

[jira] [Updated] (HIVE-16981) hive.optimize.bucketingsorting should compare the schema before removing RS

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

Pengcheng Xiong updated HIVE-16981:
-----------------------------------
    Issue Type: Sub-task  (was: Bug)
        Parent: HIVE-11160

> hive.optimize.bucketingsorting should compare the schema before removing RS
> ---------------------------------------------------------------------------
>
>                 Key: HIVE-16981
>                 URL: https://issues.apache.org/jira/browse/HIVE-16981
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Pengcheng Xiong
>            Assignee: Pengcheng Xiong
>
> on master, smb_mapjoin_20.q, run
> {code}
> select * from test_table3;
> {code}
> you will get
> {code}
> val_0  0       NULL    1
> ...
> {code}
> The correct result is
> {code}
> val_0  0       val_0    1
> ...
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)