Matt McCline created HIVE-16977:
-----------------------------------
Summary: Vectorization: Vectorize expressions in THEN/ELSE
branches of IF/CASE WHEN
Key: HIVE-16977
URL: https://issues.apache.org/jira/browse/HIVE-16977
Project: Hive
Issue Type: Bug
Components: Hive
Reporter: Matt McCline
Priority: Critical
VectorUDFAdaptor(CASE WHEN ((_col2 > 0)) THEN ((UDFToDouble(_col3) /
UDFToDouble(_col2)) BETWEEN 0.6666666666666666 AND 1.5) ...
The expression in the THEN is not permitted. Only columns or constants are
vectorized.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)