Yury Gerzhedovich created IGNITE-16421:
------------------------------------------
Summary: Wrap_key doesn't work with custom value_type
Key: IGNITE-16421
URL: https://issues.apache.org/jira/browse/IGNITE-16421
Project: Ignite
Issue Type: Bug
Components: sql
Reporter: Yury Gerzhedovich
Assignee: Yury Gerzhedovich
Steps to reproduce:
1. Create a table
{{1CREATE TABLE City (2 name varchar primary key,3 code int4) WITH
"wrap_key=true,value_type=org.apache.ignite.internal.processors.cache.index.CodeType";}}
2. Put something with cache API
{{1cache.put("123", new CodeType(1));}}
3. [Expected] Entity is put correctly
4. [Actual] Unexcepted binary object class
{{1class org.apache.ignite.IgniteCheckedException: Unexpected binary object
class [type=class
org.apache.ignite.internal.processors.cache.KeyCacheObjectImpl]2
at
org.apache.ignite.internal.processors.query.property.QueryBinaryProperty.value(QueryBinaryProperty.java:127)3
at
org.apache.ignite.internal.processors.query.h2.opt.GridH2RowDescriptor.columnValue(GridH2RowDescriptor.java:244)}}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)