Hi daniels, Just change the type of sortField from Object to more specific type, for instance, to "Integer" one.
@QuerySqlField(index = true)
private Integer sortField;
I am not sure if SQL engine should be able to somehow cast Object to compare
with "1".
Thank you,
Alexey
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/
