Commit a49a095
HBASE-30033 Add tests for setFilter() batch validation
- testSetFilterWithBatchThrows: setBatch() then setFilter(PageFilter)
should throw IncompatibleFilterException
- testSetFilterWithoutBatchDoesNotThrow: setFilter(PageFilter) without
batch should succeed
- testSetFilterWithBatchAndNonFilterRowFilter: setBatch() then
setFilter(FilterList) should succeed since FilterList.hasFilterRow()
returns false1 parent 853f630 commit a49a095
File tree
1 file changed
+24
-0
lines changed- hbase-client/src/test/java/org/apache/hadoop/hbase/client
1 file changed
+24
-0
lines changedLines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
254 | 256 | | |
255 | 257 | | |
256 | 258 | | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
257 | 281 | | |
258 | 282 | | |
259 | 283 | | |
| |||
0 commit comments