[
https://issues.apache.org/jira/browse/IGNITE-27823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirill Tkalenko updated IGNITE-27823:
-------------------------------------
Description:
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}
> 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)