[
https://issues.apache.org/jira/browse/IGNITE-18659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Iurii Gerzhedovich resolved IGNITE-18659.
-----------------------------------------
Resolution: Cannot Reproduce
> Sql. Decimal-decimal overflow cast error does not occur
> -------------------------------------------------------
>
> Key: IGNITE-18659
> URL: https://issues.apache.org/jira/browse/IGNITE-18659
> Project: Ignite
> Issue Type: Bug
> Components: sql
> Reporter: Maksim Zhuravkov
> Assignee: Iurii Gerzhedovich
> Priority: Minor
> Labels: calcite2-required, calcite3-required, ignite-3
> Fix For: 3.0.0-beta2
>
>
> Casting from one decimal type to another does not produce errors when
> scale/precision is changed:
> {code:java}
> statement error
> SELECT 10.00::DECIMAL(4,2)::DECIMAL(2,1);
> {code}
> See skipif-ed examples in decimal_decimal_overflow_cast.test
--
This message was sent by Atlassian Jira
(v8.20.10#820010)