Prasanth Jayachandran created HIVE-13220: --------------------------------------------
Summary: Set isNull[i] = false for non-null decimal values in DecimalColumnVector Key: HIVE-13220 URL: https://issues.apache.org/jira/browse/HIVE-13220 Project: Hive Issue Type: Bug Affects Versions: 2.1.0 Reporter: Prasanth Jayachandran When fixing HIVE-13083 noticed that for non-null decimal values, set function does not update the isNull state (isNull[i] should be set to false). Updating this state in DecimalColumnVector breaks all decimal vector filter expressions as the filter expression can change state on it's own. -- This message was sent by Atlassian JIRA (v6.3.4#6332)