Skip to content

Commit 1ffc802

Browse files
author
ZENOTME
committed
add arrow_struct_to_iceberg_struct
1 parent 62541fc commit 1ffc802

File tree

3 files changed

+946
-1
lines changed

3 files changed

+946
-1
lines changed

crates/iceberg/src/arrow/mod.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ pub use schema::*;
2222
mod reader;
2323
pub(crate) mod record_batch_projector;
2424
pub(crate) mod record_batch_transformer;
25-
25+
mod value;
2626
pub use reader::*;
27+
pub use value::*;

0 commit comments

Comments
 (0)