Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Impala 2.1.1
Description
Statements like the following are not supported by Impala. This would mainly effect users migrating hand-written SQL to Impala:
select 1 from cert.tversion where (1 > 1) is false Status: fail Operation: execute Errors: AnalysisException: Syntax error at: select 1 from cert.tversion where (1 > 1) is false
Attachments
There are no Sub-Tasks for this issue.