|
Change Variable Type res : Map<List<?>,Integer> to res : TreeMap<String,Integer> in method private extractUniqueRowsWithCounts(rs Iterable<List<?>>) : TreeMap<String,Integer> in class org.apache.ignite.internal.processors.query.h2.sql.AbstractH2CompareQueryTest |
From |
To |
|
Change Variable Type rowsWithCnt2 : Map<List<?>,Integer> to rowsWithCnt2 : TreeMap<String,Integer> in method private assertRsEquals(rs1 List<List<?>>, rs2 List<List<?>>, ordering Ordering) : void in class org.apache.ignite.internal.processors.query.h2.sql.AbstractH2CompareQueryTest |
From |
To |
|
Change Variable Type rowsWithCnt1 : Map<List<?>,Integer> to rowsWithCnt1 : TreeMap<String,Integer> in method private assertRsEquals(rs1 List<List<?>>, rs2 List<List<?>>, ordering Ordering) : void in class org.apache.ignite.internal.processors.query.h2.sql.AbstractH2CompareQueryTest |
From |
To |