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

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

Jason Dere created HIVE-15521:
---------------------------------

             Summary: 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


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)