[
https://issues.apache.org/jira/browse/IGNITE-27823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18082872#comment-18082872
]
Kirill Tkalenko commented on IGNITE-27823:
------------------------------------------
[~zstan] Hi, my fault, I didn't describe the ticket correctly.
It is necessary to correct the tests that are ignored under
[IGNITE-28374|https://issues.apache.org/jira/browse/IGNITE-28374].
I will close the current ticket.
> Add automatic serialization of the primary key for DML with keepBinary=false
> ----------------------------------------------------------------------------
>
> Key: IGNITE-27823
> URL: https://issues.apache.org/jira/browse/IGNITE-27823
> Project: Ignite
> Issue Type: Bug
> Affects Versions: 2.17
> Reporter: Kirill Tkalenko
> Priority: Major
> Labels: ignite-2
>
> Currently, the problem only occurs when using sql api and keepBainary=false;
> everything works for jdbc. Calcite engine is used.
> An example of a query that will ultimately return an empty result, but should
> not.
> {code:java}
> select _key from PUBLIC.PERSON where name = 'Homer';
> -- return not empty result.
> select * from PUBLIC.PERSON where _key = ?;
> -- return empty result.{code}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)