YuJue Li created IGNITE-15943:
---------------------------------

             Summary: Regression: Ignite node crash(CorruptedTreeException: 
B+Tree is corrupted)
                 Key: IGNITE-15943
                 URL: https://issues.apache.org/jira/browse/IGNITE-15943
             Project: Ignite
          Issue Type: Bug
          Components: sql
    Affects Versions: 2.11
            Reporter: YuJue Li


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.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to