Anil, Something must have changed in your application then, I don't believe in magic :)
In any case, 'select *' currently includes _key and _val fields which represent key and value objects. If you don't have classes on client side (which is most likely the case when JDBC driver is used), this query will fail (it should fail with ClassNotFoundException though). I would recommend to always specify the list of fields you're selecting. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Unexpected-flag-value-tp10961p11000.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
