Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
Impala 3.3.0
-
None
-
None
-
ghx-label-12
Description
Copy-paste a review comment from ajeges:
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");