Kirill Tkalenko created IGNITE-20105:
----------------------------------------
Summary: Fix the bug in CatalogUtils#fromParams(ColumnParams)
Key: IGNITE-20105
URL: https://issues.apache.org/jira/browse/IGNITE-20105
Project: Ignite
Issue Type: Bug
Reporter: Kirill Tkalenko
Fix For: 3.0.0-beta2
It was discovered that there is a bug in
*org.apache.ignite.internal.catalog.commands.CatalogUtils#fromParams(org.apache.ignite.internal.catalog.commands.ColumnParams)*,
it uses fields (precision, scale, length) with a default value of *0*, but we
need to use constants from
*org.apache.ignite.internal.schema.TemporalNativeType*.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)