Skip to content

Commit

Permalink
add arrow_struct_to_iceberg_struct
Browse files Browse the repository at this point in the history
  • Loading branch information
ZENOTME committed Nov 28, 2024
1 parent 62541fc commit 2a52814
Show file tree
Hide file tree
Showing 3 changed files with 943 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/iceberg/src/arrow/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ pub use schema::*;
mod reader;
pub(crate) mod record_batch_projector;
pub(crate) mod record_batch_transformer;

mod value;
pub use reader::*;
pub use value::*;
Loading

0 comments on commit 2a52814

Please sign in to comment.