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)