Attila Jeges has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/14665 )

Change subject: IMPALA-9131: Use single quotes around FORMAT clause in CAST
......................................................................


Patch Set 4:

> I've found one more anomaly about apostrophe separator:
 >
 > This is succeeding although \ is not a separator:
 > > select cast("2010\\'02-01" as date FORMAT "YYYY'MM-DD");
 >
 > This works too;
 > > select cast("2010\\\'02-01" as date FORMAT "YYYY'MM-DD");
 >
 > This fails:
 > > select cast("2010\\\\'02-01" as date FORMAT "YYYY'MM-DD");

This issue might not be related to this patch-set. Maybe it has to be fixed 
separately?


--
To view, visit http://gerrit.cloudera.org:8080/14665
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I3310abfa6f3ccbbe4c437846c6dd05791153e6f7
Gerrit-Change-Number: 14665
Gerrit-PatchSet: 4
Gerrit-Owner: Gabor Kaszab <gaborkas...@cloudera.com>
Gerrit-Reviewer: Anonymous Coward (536)
Gerrit-Reviewer: Attila Jeges <atti...@cloudera.com>
Gerrit-Reviewer: Gabor Kaszab <gaborkas...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Gerrit-Reviewer: Norbert Luksa <norbert.lu...@cloudera.com>
Gerrit-Comment-Date: Thu, 28 Nov 2019 13:04:13 +0000
Gerrit-HasComments: No

Reply via email to