[
https://issues.apache.org/jira/browse/IGNITE-18559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maksim Zhuravkov updated IGNITE-18559:
--------------------------------------
Description:
At the moment least restrictive type between VARCHAR and DECIMAL is
DECIMAL(precision=32767, scale=16383). See TypeCoercionTest
testVarCharToNumeric.
Investigate why that happens and whether it is a problem or not.
was:
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.
* That may not be the case for all x, y, and z.
> 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
> Priority: Minor
> Labels: ignite-3
> Fix For: 3.0.0-beta1
>
>
> At the moment least restrictive type between VARCHAR and DECIMAL 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)