HBASE-24693 regioninfo#isLast() should point to EMPTY_END_ROW (readability improvement)
Closes #2051 Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Viraj Jasani <vjasani@apache.org>
This commit is contained in:
parent
be151e3fce
commit
0841f12e4e
@ -544,7 +544,7 @@ public final class HConstants {
|
||||
/**
|
||||
* Last row in a table.
|
||||
*/
|
||||
public static final byte [] EMPTY_END_ROW = EMPTY_START_ROW;
|
||||
public static final byte [] EMPTY_END_ROW = EMPTY_BYTE_ARRAY;
|
||||
|
||||
/**
|
||||
* Used by scanners and others when they're trying to detect the end of a
|
||||
|
Loading…
x
Reference in New Issue
Block a user