Details
Description
There are numerous problem with a decimal types:
- 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
Attachments
Issue Links
- is part of
-
IGNITE-14535 Caclite SQL engine capabilities
- Open
- links to