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:
Bo Cui 2020-07-14 15:38:23 +05:30 committed by Viraj Jasani
parent be151e3fce
commit 0841f12e4e
No known key found for this signature in database
GPG Key ID: B3D6C0B41C8ADFD5

View File

@ -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