You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Jason Dere (JIRA)" <ji...@apache.org> on 2016/12/27 23:45:58 UTC

[jira] [Updated] (HIVE-15521) setRightValue() code generated using FilterColumnBetween.txt is incorrect

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

Jason Dere updated HIVE-15521:
------------------------------
    Attachment: HIVE-15521.1.patch

Tried a q-file test but this bug does not seem to affect query execution, but it would affect any callers of setRightValue(). Attaching patch with test that tests setRightValue()/getRightValue().

> 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
>
>
> 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)