You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/querymatcher/NormalUserScanQueryMatcher.java
Copy file name to clipboardExpand all lines: hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestStoreScannerDeleteMarkerOptimization.java
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -224,13 +224,13 @@ public void testKeepDeletedCells() throws IOException {
224
224
kvs.add(create("r", CF, "q", 1, Type.Put, "v"));
225
225
kvs.add(create("r", CF, "q1", 1, Type.Put, "v"));
226
226
227
-
// optimization works only for KeepDeletedCells.FALSE
227
+
// optimization does not work. optimization works only for KeepDeletedCells.FALSE
Copy file name to clipboardExpand all lines: hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/querymatcher/TestUserScanQueryMatcherDeleteMarkerOptimization.java
+9-17Lines changed: 9 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,8 @@ public void testNotDuplicatDelete() throws IOException {
0 commit comments