[
https://issues.apache.org/jira/browse/HIVE-16981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16079446#comment-16079446
]
Lefty Leverenz commented on HIVE-16981:
---------------------------------------
[~pxiong], please set the fix version to 3.0.0 (unless you're planning to
commit to some branches too). Thanks.
> 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
> Attachments: HIVE-16981.01.patch, HIVE-16981.02.patch,
> HIVE-16981.03.patch
>
>
> 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)