Andrey Mashenkov created IGNITE-24976: -----------------------------------------
Summary: Sql. Optimize binary row materialization Key: IGNITE-24976 URL: https://issues.apache.org/jira/browse/IGNITE-24976 Project: Ignite Issue Type: Improvement Components: sql Reporter: Andrey Mashenkov Fix For: 3.1 Row materialization inside UpgradingRowAdapter and ProjectedTuple classes do reading value from delegate then do writing into ByteBuffer. This causes unnecessary boxing/unboxing operation and various type validation. Let's add a copy method to avoid this. -- This message was sent by Atlassian Jira (v8.20.10#820010)