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 b0c8433 commit af396c4
Show file tree
Hide file tree
Showing 5 changed files with 420 additions and 8 deletions.
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 af396c4

Please sign in to comment.