You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Vuk Ercegovac (JIRA)" <ji...@apache.org> on 2017/09/25 16:33:01 UTC

[jira] [Resolved] (IMPALA-1767) Boolean type does not include ISO-SQL is true, unknown or false predicate

     [ https://issues.apache.org/jira/browse/IMPALA-1767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vuk Ercegovac resolved IMPALA-1767.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: Impala 2.11.0

Change-Id: I9d5fba65ef6c87dfc55a25d2c45246f74eb48c40
Reviewed-on: http://gerrit.cloudera.org:8080/8122
Reviewed-by: Alex Behm <al...@cloudera.com>
Tested-by: Impala Public Jenkins
---
M be/src/exprs/expr-test.cc
M fe/src/main/cup/sql-parser.cup
M fe/src/test/java/org/apache/impala/analysis/AnalyzeExprsTest.java
M fe/src/test/java/org/apache/impala/analysis/ParserTest.java
M fe/src/test/java/org/apache/impala/analysis/ToSqlTest.java
M testdata/workloads/functional-query/queries/QueryTest/exprs.test
6 files changed, 184 insertions(+), 8 deletions(-)

> Boolean type does not include ISO-SQL is true, unknown or false predicate
> -------------------------------------------------------------------------
>
>                 Key: IMPALA-1767
>                 URL: https://issues.apache.org/jira/browse/IMPALA-1767
>             Project: IMPALA
>          Issue Type: New Feature
>          Components: Frontend
>    Affects Versions: Impala 2.1.1
>            Reporter: Henry Robinson
>            Assignee: Vuk Ercegovac
>            Priority: Minor
>              Labels: ansi-sql, newbie, sql-language
>             Fix For: Impala 2.11.0
>
>
> Statements like the following are not supported by Impala. This would mainly effect users migrating hand-written SQL to Impala:
> {code}
> 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
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)