Skip to content

Commit 2300974

Browse files
committed
fixup! feat(writer): add delta writer (#18)
add missing pub use Signed-off-by: xxchan <[email protected]>
1 parent e6bb6b8 commit 2300974

File tree

1 file changed

+1
-0
lines changed
  • crates/iceberg/src/writer/function_writer

1 file changed

+1
-0
lines changed

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

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

1818
//! This module contains the functional writer.
1919
20+
pub mod equality_delta_writer;
2021
pub mod fanout_partition_writer;
2122
pub mod precompute_partition_writer;

0 commit comments

Comments
 (0)