Commit a13a246
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 7799204 commit a13a246
1 file changed
Lines changed: 24 additions & 0 deletions
Lines 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 | | |
| |||
260 | 262 | | |
261 | 263 | | |
262 | 264 | | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
263 | 287 | | |
264 | 288 | | |
265 | 289 | | |
| |||
0 commit comments