anoopsjohn commented on a change in pull request #3004:
URL: https://github.com/apache/hbase/pull/3004#discussion_r586134502



##########
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:
       Seems this is used by verifyReplication only.  Still better follow what 
other matchingXXX do




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


Reply via email to