[
https://issues.apache.org/jira/browse/HIVE-20100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16539505#comment-16539505
]
Hive QA commented on HIVE-20100:
--------------------------------
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:red}-1{color} | {color:red} patch {color} | {color:red} 0m 11s{color}
| {color:red}
/data/hiveptest/logs/PreCommit-HIVE-Build-12521/patches/PreCommit-HIVE-Build-12521.patch
does not apply to master. Rebase required? Wrong Branch? See
http://cwiki.apache.org/confluence/display/Hive/HowToContribute for help.
{color} |
\\
\\
|| Subsystem || Report/Notes ||
| Console output |
http://104.198.109.242/logs//PreCommit-HIVE-Build-12521/yetus.txt |
| Powered by | Apache Yetus http://yetus.apache.org |
This message was automatically generated.
> OpTraits : Select Optraits should stop when a mismatch is detected
> ------------------------------------------------------------------
>
> Key: HIVE-20100
> URL: https://issues.apache.org/jira/browse/HIVE-20100
> Project: Hive
> Issue Type: Bug
> Reporter: Deepak Jaiswal
> Assignee: Deepak Jaiswal
> Priority: Major
> Attachments: HIVE-20100.01-branch-3.patch,
> HIVE-20100.02-branch-3.patch, HIVE-20100.1.patch, HIVE-20100.2.patch,
> HIVE-20100.3.patch, HIVE-20100.4.patch, HIVE-20100.5.patch,
> HIVE-20100.6.patch, HIVE-20100.7.patch, HIVE-20100.8.patch
>
>
> The select operator's optraits logic as stated in the comment is,
> // For bucket columns
> // If all the columns match to the parent, put them in the bucket cols
> // else, add empty list.
> // For sort columns
> // Keep the subset of all the columns as long as order is maintained.
>
> However, this is not happening due to a bug. The bool found is never reset,
> so if a single match is found, the value remains true and allows the optraits
> get populated with partial list of columns for bucket col which is incorrect.
> This may lead to creation of SMB join which should not happen.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)