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

Gabor Kaszab closed IMPALA-9206.
--------------------------------
    Fix Version/s: Not Applicable
       Resolution: Duplicate

Actually, this issue was introduced by IMPALA-9131. Since that is still on 
review I'll provide a fix there and close this one.

> SQL:2016 datetime patterns: Backslash with single quote is parsed incorrectly
> -----------------------------------------------------------------------------
>
>                 Key: IMPALA-9206
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9206
>             Project: IMPALA
>          Issue Type: Bug
>    Affects Versions: Impala 3.3.0
>            Reporter: Gabor Kaszab
>            Assignee: Gabor Kaszab
>            Priority: Major
>             Fix For: Not Applicable
>
>
> Copy-paste a review comment from [~ajeges]:
> I've found one more anomaly about apostrophe separator:
> This is succeeding although \ is not a separator:
> {code:java}
> > select cast("2010\\'02-01" as date FORMAT "YYYY'MM-DD");
> {code}
> This works too;
> {code:java}
> > select cast("2010\\\'02-01" as date FORMAT "YYYY'MM-DD");
> {code}
> This fails:
> {code:java}
> > select cast("2010\\\\'02-01" as date FORMAT "YYYY'MM-DD");
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to