Wolf-Dieter Fink created ISPN-9766:
--------------------------------------
Summary: Ickle query return unexpected (many) results for an optional numeric
field in inner object if checked for "is null"
Key: ISPN-9766
URL:
https://issues.jboss.org/browse/ISPN-9766
Project: Infinispan
Issue Type: Bug
Components: Remote Querying
Affects Versions: 9.4.2.Final
Environment: Follow the README of
https://github.com/wfink/infinispan.playground.ickle
and use CompanyQueryHotRodClient
Reporter: Wolf-Dieter Fink
If an object is declared like this:
https://github.com/wfink/infinispan.playground.ickle/blob/master/HotRodCl...
and the query is the following (in the linked project)
runIckleQuery(qf, "from playground.Company c where c.employee.age is null");
the result return with Company object which does not have any Employee.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)