Hello igniters,
Just like the title, setLocal seems invalid for Calcite 2.15. When I set
‘setLocal = true’ and query data from one node, the result sets is returned
from all data nodes. This problem is not present in version 2.13 ,which not
use Calcite. I'd like to know is this an error? If yes it is, When will it be
fixed?
SqlFieldsQuery fieldsQuery = new SqlFieldsQuery(query);
fieldsQuery.setLocal(true); // uneffective for this line
List<List<?>> rs =
ignite.cache("bfaccounttitle2020").query(fieldsQuery).getAll();