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 be8ca16 commit aa79f61Copy full SHA for aa79f61
hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/model/ScannerModel.java
@@ -519,7 +519,6 @@ public FilterModel(Filter filter) {
519
this.filters.add(new FilterModel(((WhileMatchFilter) filter).getFilter()));
520
break;
521
case FuzzyRowFilter:
522
- https: // cloudera.dps.mow-dev.cloudera.com/cloud/workloads/details/cod-1s24fo7eea35x/events
523
this.fuzzyKeys = new ArrayList<>(((FuzzyRowFilter) filter).getFuzzyKeys().size());
524
for (Pair<byte[], byte[]> keyWithMask : ((FuzzyRowFilter) filter).getFuzzyKeys()) {
525
this.fuzzyKeys.add(new FuzzyKeyModel(keyWithMask));
0 commit comments