Hi, why the scanquery return me this error? I've a cache <String,POJO>, the POJO is a simple entity from jar dependency, it extend an abstract class who implement an interface that extends serializable. I've follow the example on page https://ignite.apache.org/docs/latest/key-value-api/using-scan-queries The IgniteBiPredicate<String,POJO> is a concrete class, not a lambda. If i do an IgniteRunnable with the POJO class, no error returned, all work well. Why scan query fails? tank!
-- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
