anoopsjohn commented on a change in pull request #3004:
URL: https://github.com/apache/hbase/pull/3004#discussion_r586549710
##########
File path: hbase-common/src/main/java/org/apache/hadoop/hbase/CellUtil.java
##########
@@ -470,6 +470,14 @@ public static boolean matchingValue(final Cell left, final
byte[] buf) {
buf.length);
}
+ /*
+ Compares tags in both cells.
+ */
+ public static boolean matchingTags(final Cell left, final Cell right) {
Review comment:
Ah.. This PR is against branch-1.. I thought its for master.. My
comment is applicable for master. Better u can create PR for master first and
then other branches. Can u open PR for master also pls? Same approach will be
applicable for branch-2 also.
So as such for this PR +1
----------------------------------------------------------------
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]