[
https://issues.apache.org/jira/browse/IGNITE-27823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18082846#comment-18082846
]
Evgeny Stanilovsky commented on IGNITE-27823:
---------------------------------------------
[[email protected]] can you explain - what API do you mention ?
keepBinary = - as flag is used in jdbc but you talk about sql api it confuses.
also exist: IgniteCache#withKeepBinary but this is not a flag too
> 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)