You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maksim Zhuravkov (Jira)" <ji...@apache.org> on 2023/01/30 10:59:00 UTC

[jira] [Updated] (IGNITE-18657) Sql. Decimal casts DECIMAL::VARCHAR

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

Maksim Zhuravkov updated IGNITE-18657:
--------------------------------------
    Labels: calcite2-required calcite3-required ignite-3  (was: )

> Sql. Decimal casts DECIMAL::VARCHAR
> -----------------------------------
>
>                 Key: IGNITE-18657
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18657
>             Project: Ignite
>          Issue Type: Bug
>          Components: sql
>            Reporter: Maksim Zhuravkov
>            Priority: Minor
>              Labels: calcite2-required, calcite3-required, ignite-3
>             Fix For: 3.0.0-beta2
>
>
> The following test cases in test_decimal.test do not fail:
> {code:java}
> # any value >= 1 becomes out of range, though
> skipif ignite3
> statement error
> SELECT '1'::DECIMAL(3, 3)::VARCHAR;
> skipif ignite3
> statement error
> SELECT '-1'::DECIMAL(3, 3)::VARCHAR;
>  {code}



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