Skip to content

Commit 4513c2b

Browse files
committed
Add unpartitioned writer
1 parent 52e83d9 commit 4513c2b

File tree

2 files changed

+444
-0
lines changed

2 files changed

+444
-0
lines changed

crates/iceberg/src/writer/partitioning/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
pub mod clustered_writer;
1919
pub mod fanout_writer;
20+
pub mod unpartitioned_writer;
2021

2122
use crate::Result;
2223
use crate::spec::PartitionKey;

0 commit comments

Comments
 (0)