Zoltan Haindrich created HIVE-15408:
---------------------------------------
Summary: Support auto-casting non-boolean where condition into
boolean
Key: HIVE-15408
URL: https://issues.apache.org/jira/browse/HIVE-15408
Project: Hive
Issue Type: Bug
Reporter: Zoltan Haindrich
Priority: Minor
Hive should support
{code}
select 1 where 1
{code}
currently it throws an execption (at least with mr)...complaining about Integer
/ Boolean casting difficulties.
Current behaviour is a bit inconsistent; because using tez / vectorization this
is supported.
related tickets:
HIVE-15089
HIVE-1478
HIVE-13659
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)