Matt McCline created HIVE-9003: ---------------------------------- Summary: Vectorized IF expr broken for the scalar and scalar case Key: HIVE-9003 URL: https://issues.apache.org/jira/browse/HIVE-9003 Project: Hive Issue Type: Bug Components: Vectorization Affects Versions: 0.14.0 Reporter: Matt McCline Assignee: Matt McCline Priority: Critical Fix For: 0.14.1
SELECT IF (bool_col, 'first', 'second') FROM ... is broken for Vectorization. -- This message was sent by Atlassian JIRA (v6.3.4#6332)