[
https://issues.apache.org/jira/browse/HIVE-15521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15802503#comment-15802503
]
Matt McCline commented on HIVE-15521:
-------------------------------------
+1 LGTM
> setRightValue() code generated using FilterColumnBetween.txt is incorrect
> -------------------------------------------------------------------------
>
> Key: HIVE-15521
> URL: https://issues.apache.org/jira/browse/HIVE-15521
> Project: Hive
> Issue Type: Bug
> Components: Vectorization
> Reporter: Jason Dere
> Assignee: Jason Dere
> Attachments: HIVE-15521.1.patch, HIVE-15521.2.patch
>
>
> setRightValue() ends up setting the leftValue rather than rightValue:
> {code}
> public void setRightValue(<OperandType> value) {
> this.leftValue = value;
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)