Skip to content

Commit

Permalink
chore: Fix spec not exposed (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuanwo authored Jul 18, 2024
1 parent 8e2143e commit e7fbd8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/paimon/src/spec/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@
//! All paimon specs types are defined here.

mod schema;
pub use schema::*;

mod snapshot;
pub use snapshot::*;

0 comments on commit e7fbd8c

Please sign in to comment.