Hi, As for now, it's not possible to query objects if they're stored as collection like IgniteCache <Integer, List<BinaryObject>>, so, I'd recommend changing the way how you store objects in cache - it will be pretty the same if you will store it like IgniteCache<Integer, BinaryObject>
Evgenii -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
