]
Wolf-Dieter Fink updated ISPN-9766:
-----------------------------------
Component/s: Embedded Querying
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: Embedded Querying, 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
Priority: Major
Labels: Query
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.