Andrey Mashenkov created IGNITE-25037: -----------------------------------------
Summary: 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 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. -- This message was sent by Atlassian Jira (v8.20.10#820010)