[
https://issues.apache.org/jira/browse/IGNITE-14589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yury Gerzhedovich updated IGNITE-14589:
---------------------------------------
Labels: calcite2-required calcite3-required (was: )
> Calcite engine. Numerous problem with type Decimal
> --------------------------------------------------
>
> Key: IGNITE-14589
> URL: https://issues.apache.org/jira/browse/IGNITE-14589
> Project: Ignite
> Issue Type: Bug
> Components: sql
> Reporter: Konstantin Orlov
> Priority: Major
> Labels: calcite2-required, calcite3-required
>
> There are numerous problem with a decimal types:
> * very big numbers printed in scientific notation
> * leading and trailing zeros are truncated when converting to string
> * casting to precise scale is not working( {{select cast('0.01' as
> decimal(10, 1)) * 10}} returns 0.1 instead of 0)
> Affected tests:
> {{src/test/sql/types/decimal}}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)