Commit 7addc3f
authored
feat(puffin): Parse Puffin FileMetadata (#765)
* Add Puffin FileMetadata
* Fix comment locations
* Put Ok(()) branch first
* Use map_err
* Inline err_out_of_bounds function
* Use ok_or_else
* Remove #[rustfmt::skip]
* Rename input_fields to fields
* Simplify flag parsing
* Remove unnecessary reference
* Make BlobMetadata.length a u64 (instead of usize)
* Replace from with as1 parent 105e513 commit 7addc3f
File tree
7 files changed
+943
-1
lines changed- crates/iceberg
- src/puffin
- testdata/puffin/java-generated
7 files changed
+943
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | | - | |
21 | 22 | | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
0 commit comments