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)