mirror of https://github.com/tikv/client-java.git
parent
c1c804c865
commit
a523312f01
|
|
@ -147,7 +147,7 @@ public class RowV2 {
|
|||
if (this.large) {
|
||||
v = this.colIDs32[h];
|
||||
} else {
|
||||
v = this.colIDs[h];
|
||||
v = this.colIDs[h] & 0xFF;
|
||||
}
|
||||
if (v < colID) {
|
||||
i = h + 1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue