[ 
https://issues.apache.org/jira/browse/IGNITE-23407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladimir Steshin updated IGNITE-23407:
--------------------------------------
    Description: 
Reproducers:

{code:java}
// Should throw an overflow error.
 sql("SELECT 10000000::BIGINT::DECIMAL(3,1)");
{code}

Adoption of #IGNITE-18662

  was:
Reproducers:

{code:java}
// Should throw an overflow error.
 sql("SELECT 10000000::BIGINT::DECIMAL(3,1)");
{code}


> Calcite. No overflow of numeric cast.
> -------------------------------------
>
>                 Key: IGNITE-23407
>                 URL: https://issues.apache.org/jira/browse/IGNITE-23407
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 2.14
>            Reporter: Vladimir Steshin
>            Priority: Major
>
> Reproducers:
> {code:java}
> // Should throw an overflow error.
>  sql("SELECT 10000000::BIGINT::DECIMAL(3,1)");
> {code}
> Adoption of #IGNITE-18662



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to