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/16 09:39:00 UTC

[jira] [Created] (IGNITE-18559) Sql. The least restrictive type between VARCHAR and DECIMAL is DECIMAL(precision=32767, scale=16383)

Maksim Zhuravkov created IGNITE-18559:
-----------------------------------------

             Summary: Sql. The least restrictive type between VARCHAR and DECIMAL is DECIMAL(precision=32767, scale=16383)
                 Key: IGNITE-18559
                 URL: https://issues.apache.org/jira/browse/IGNITE-18559
             Project: Ignite
          Issue Type: Improvement
          Components: sql
            Reporter: Maksim Zhuravkov


At the moment least restrictive type between varchar(x) and decimal(y, z) is decimal(precision=32767, scale=16383). See TypeCoercionTest testVarCharToNumeric.

Investigate why that happens and whether it is a problem or not.



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