My query is:

var rows = _cache.QueryFields(new SqlFieldsQuery("select productid,
recorddate, inventory from product where recorddate > '2016-03-27'"));

and I get the exception below:
Failed to run map query remotely

but this works:
var rows = _cache.QueryFields(new SqlFieldsQuery("select productid,
recorddate, inventory from product where inventory > 10"));

Thanks



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/How-can-I-perform-SqlFieldsQuery-on-DateTime-field-binary-cache-tp11457.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to