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

Steve Carlin updated IMPALA-15401:
----------------------------------
    Labels: small_calcite  (was: )

> Calcite planner: Casting a decimal to double to string rounding off 
> incorrectly
> -------------------------------------------------------------------------------
>
>                 Key: IMPALA-15401
>                 URL: https://issues.apache.org/jira/browse/IMPALA-15401
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Steve Carlin
>            Priority: Major
>              Labels: small_calcite
>
> For the following query:
> select cast(cast(0.1234567890123456789 as double) as string)
> Calcite is returning 
> 0.12345678901234571 
> Original planner is returning
> 0.12345678901234568



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to