Hi, The following issue occurred in version 2.11 and not in version 2.10.
create table test1(id varchar primary key, flag long);
create index index_test1_flag on test1 (flag);
insert into test1(id, flag) values('a1', 1);
select * from test1 where flag<100*0.5;
then ignite crashed.
https://issues.apache.org/jira/browse/IGNITE-15943
