Commit cfb3320
Replace todo!() with proper error handling in deletion vector (#1447)
- Replace todo!() macro with Error::DeletionVector for unsupported
native serialization
- Prevents potential panic in production code when encountering inline
bitmaps with native serialization (magic number 1681511376)
- Error message: 'Native serialization in inline bitmaps is not yet
supported'
Solves the issue #1441
## How was this change tested?
new UT
---------
Co-authored-by: Zach Schuermann <[email protected]>1 parent 1a58987 commit cfb3320
1 file changed
+33
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
224 | | - | |
225 | | - | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| |||
555 | 555 | | |
556 | 556 | | |
557 | 557 | | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
558 | 588 | | |
559 | 589 | | |
560 | 590 | | |
| |||
0 commit comments