virajjasani commented on a change in pull request #2051:
URL: https://github.com/apache/hbase/pull/2051#discussion_r453286330
##########
File path: hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java
##########
@@ -608,7 +608,7 @@
/**
* 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;
Review comment:
We already have `EMPTY_START_ROW = EMPTY_BYTE_ARRAY`. By this change, do
you mean to improve readability?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]