Skip to content

Commit 3520de0

Browse files
authored
Correct test case for the multi-cf bug (#100)
* add DepentdentFilter and SingleColumnValueExcludeFilter * add singleColumnValueExcludeFilter and DependentColumnFilter; add test cases and optimize bufferedMutator test cases * merge obkv branch-1.3 and correct test case for the mulfi-cf bug
1 parent 8848394 commit 3520de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/alipay/oceanbase/hbase/OHConnectionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ public void testBufferedMutatorWithFlush() throws Exception {
297297

298298
// test Delete
299299
Delete del = new Delete(toBytes(key));
300-
// test without setting family, delete all
300+
del.deleteFamily(toBytes(family));
301301
bufferMutator.mutate(del);
302302
bufferMutator.flush();
303303

0 commit comments

Comments
 (0)