Steve Carlin created IMPALA-15401:
-------------------------------------
Summary: 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
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]