You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2015/10/27 02:46:06 UTC

hbase git commit: Revert "Amend HBASE-14283 Reverse scan doesn’t work with HFile inline index/bloom blocks"

Repository: hbase
Updated Branches:
  refs/heads/branch-1.1 9d6e96ee1 -> d5a1b2762


Revert "Amend HBASE-14283 Reverse scan doesn’t work with HFile inline index/bloom blocks"

This reverts commit 9d6e96ee11265cf2dc950619042ef22cf4d9fa00.

Raced with commit by Enis addressing same issue


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/d5a1b276
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/d5a1b276
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/d5a1b276

Branch: refs/heads/branch-1.1
Commit: d5a1b276270a1d41f21badd5b85d9502f8f9f415
Parents: 9d6e96e
Author: Andrew Purtell <ap...@apache.org>
Authored: Mon Oct 26 18:43:43 2015 -0700
Committer: Andrew Purtell <ap...@apache.org>
Committed: Mon Oct 26 18:43:43 2015 -0700

----------------------------------------------------------------------
 hbase-common/src/main/java/org/apache/hadoop/hbase/CellUtil.java | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/d5a1b276/hbase-common/src/main/java/org/apache/hadoop/hbase/CellUtil.java
----------------------------------------------------------------------
diff --git a/hbase-common/src/main/java/org/apache/hadoop/hbase/CellUtil.java b/hbase-common/src/main/java/org/apache/hadoop/hbase/CellUtil.java
index acd96ad..5192074 100644
--- a/hbase-common/src/main/java/org/apache/hadoop/hbase/CellUtil.java
+++ b/hbase-common/src/main/java/org/apache/hadoop/hbase/CellUtil.java
@@ -450,10 +450,6 @@ public final class CellUtil {
         buf.length);
   }
 
-  public static boolean matchingTimestamp(Cell a, Cell b) {
-    return CellComparator.compareTimestamps(a, b) == 0;
-  }
-
   /**
    * @return True if a delete type, a {@link KeyValue.Type#Delete} or a
    *         {KeyValue.Type#DeleteFamily} or a