Details
-
Bug
-
Status: Patch Available
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
Hive should support
select 1 where 1
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
Attachments
Attachments
Issue Links
- relates to
-
HIVE-15089 Error: java.lang.RuntimeException: Hive Runtime Error while closing operators: java.lang.Integer cannot be cast to java.lang.Boolean
- Resolved
-
HIVE-1478 Non-boolean expression in WHERE should be rejected
- Resolved
-
HIVE-13659 An empty where condition leads to vectorization exceptions instead of throwing a compile time error
- Closed