Hi Guys, I am also running into same issue where I am doing local query
SqlFieldsQuery query = new SqlFieldsQuery(sql);
query.setLocal(true);
FieldsQueryCursor<List<?>> fq = cache.query(query);
This leads to same exception stack trace.
Is there any workaround where I would like query to be only issued against
the rows that are cached locally on the query node.
Thank you very much
Prashant Patel
--
Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/
