HBASE-16886 hbase-client: scanner with reversed=true and small=true gets no result - addendum 2 makes MAX_BYTE_ARRAY package protected
This commit is contained in:
parent
3283bc7c91
commit
3dac4f38cd
|
@ -230,7 +230,7 @@ public final class ConnectionUtils {
|
||||||
|
|
||||||
// A byte array in which all elements are the max byte, and it is used to
|
// A byte array in which all elements are the max byte, and it is used to
|
||||||
// construct closest front row
|
// construct closest front row
|
||||||
public static byte[] MAX_BYTE_ARRAY = Bytes.createMaxByteArray(9);
|
static final byte[] MAX_BYTE_ARRAY = Bytes.createMaxByteArray(9);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create the closest row after the specified row
|
* Create the closest row after the specified row
|
||||||
|
|
Loading…
Reference in New Issue