Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Impala 2.1
-
None
Description
Only the first dot character is interpreted as a decimal point, the additional dots are simply ignored. As a result, cast("2.3....3" as float) is treated the same as cast("2.33" as float).