Andrey Mashenkov created IGNITE-24805: -----------------------------------------
Summary: Sql. Avoid boxing/unboxing when possible. Key: IGNITE-24805 URL: https://issues.apache.org/jira/browse/IGNITE-24805 Project: Ignite Issue Type: Improvement Components: sql Reporter: Andrey Mashenkov I've found we still adding a code that uses reference-structures for primitives, like: List<Integer> and others. Let's get rid of them where it's possible. -- This message was sent by Atlassian Jira (v8.20.10#820010)