Maksim Zhuravkov created IGNITE-18661:
-----------------------------------------
Summary: Sql. Decimal multiplication could not be performed
exactly: throw error
Key: IGNITE-18661
URL: https://issues.apache.org/jira/browse/IGNITE-18661
Project: Ignite
Issue Type: Bug
Components: sql
Reporter: Maksim Zhuravkov
Fix For: 3.0.0-beta2
The following query is expected to fail but it does not.
{code:java}
SELECT '0.000000000000000000000000000001'::DECIMAL(38,30) *
'0.000000000000000000000000000001'::DECIMAL(38,30)
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)