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