[ https://issues.apache.org/jira/browse/IMPALA-4908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tim Armstrong reassigned IMPALA-4908: ------------------------------------- Assignee: Pooja Nilangekar (was: Adrian Ng) > NULL floats don't compare equal to other NULL floats > ---------------------------------------------------- > > Key: IMPALA-4908 > URL: https://issues.apache.org/jira/browse/IMPALA-4908 > Project: IMPALA > Issue Type: Bug > Components: Backend > Affects Versions: Impala 2.9.0 > Reporter: Zachary > Assignee: Pooja Nilangekar > Priority: Trivial > > FloatVals which are NULL only compare equal to other FloatVals if the float > val also matches? > It's already undefined behavior, but it would be nice to be consistent with > other types. From the code: > > bool operator==(const FloatVal& other) const { > return is_null == other.is_null && val == other.val; > } -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org For additional commands, e-mail: issues-all-h...@impala.apache.org