Re: HASH_JOIN: Index "HASH_JOIN_IDX" not found

2022-01-11 Thread 38797715
Yes,you are right,GCE is OK. Therefore, either remove the description from Ignite's documentation or migrate the function from GCE back to Ignite. 在 2022/1/11 15:20, Ilya Korol 写道: I've checked latest master and didn't find any mentions of HASH_JOIN_IDX in it (except documentation sources). M

RE: HASH_JOIN: Index "HASH_JOIN_IDX" not found

2022-01-10 Thread Ilya Korol
I've checked latest master and didn't find any mentions of HASH_JOIN_IDX in it (except documentation sources). Meanwhile in gridgain community repository you can find HashJoinIndex class (https://github.com/gridgain/gridgain/blob/master/modules/h2/src/main/java/org/gridgain/internal/h2/index/Has

HASH_JOIN: Index "HASH_JOIN_IDX" not found

2022-01-06 Thread 38797715
Execute the following script and the error will occur: CREATE TABLE Country (   Code CHAR(3) PRIMARY KEY,   Name VARCHAR,   Continent VARCHAR,   Region VARCHAR,   SurfaceArea DECIMAL(10,2),   IndepYear SMALLINT,   Population INT,   LifeExpectancy DECIMAL(3,1),   GNP DECIMAL(10,2),   GNPOld DECIMA