[
https://issues.apache.org/jira/browse/IGNITE-25037?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Evgeny Stanilovsky updated IGNITE-25037:
----------------------------------------
Description:
TypeUtils.toInternal method is deprecated and only used for parameters
conversion.
After IGNITE-24979, it is called in a single place to convert a query parameter
of known native type.
Let's convert parameter in-place and get rid of this method.
was:
TypeUtils.fromInternal(Object, Type) method is deprecated and only used for
parameters conversion.
After IGNITE-24979, it is called in a single place to convert a query parameter
of known native type.
Let's convert parameter in-place and get rid of this method.
> Sql. Get rid of TypeUtils.fromInternal deprecated method.
> ---------------------------------------------------------
>
> Key: IGNITE-25037
> URL: https://issues.apache.org/jira/browse/IGNITE-25037
> Project: Ignite
> Issue Type: Improvement
> Components: sql
> Reporter: Andrey Mashenkov
> Priority: Major
> Labels: ignite-3, tech-debt
>
> TypeUtils.toInternal method is deprecated and only used for parameters
> conversion.
> After IGNITE-24979, it is called in a single place to convert a query
> parameter of known native type.
> Let's convert parameter in-place and get rid of this method.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)