We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019c665 commit be8ca16Copy full SHA for be8ca16
hbase-rest/src/test/java/org/apache/hadoop/hbase/rest/TestScannersWithFilters.java
@@ -976,7 +976,7 @@ public void testMultiRowRangeFilter() throws Exception {
976
}
977
978
@Test
979
- public void testFuzzyKeyFilter() throws Exception {
+ public void testFuzzyRowFilter() throws Exception {
980
long expectedRows = 4;
981
long expectedKeys = colsPerRow;
982
List<Pair<byte[], byte[]>> fuzzyKeys = new ArrayList<>();
0 commit comments