Skip to content

Commit

Permalink
Add PuffinWriter
Browse files Browse the repository at this point in the history
  • Loading branch information
fqaiser94 committed Feb 9, 2025
1 parent 32404bf commit 73c58ed
Show file tree
Hide file tree
Showing 6 changed files with 421 additions and 8 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions crates/iceberg/src/puffin/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@
mod blob;
mod compression;
mod metadata;

#[cfg(feature = "tokio")]
mod reader;

mod writer;

#[cfg(test)]
mod test_utils;
Loading

0 comments on commit 73c58ed

Please sign in to comment.