Commit 7ed20fb
committed
Replace todo!() with proper error handling in deletion vector
- 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'1 parent e10d72b commit 7ed20fb
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
168 | 170 | | |
169 | 171 | | |
170 | 172 | | |
| |||
0 commit comments