Skip to content

Commit 2c50567

Browse files
authored
feat(iceberg): introduce remove snapshot action (#21)
* feat(iceberg): basic remove snapshot * feat(iceberg): introduce new properties for remove snapshots * feat(iceberg): support remove schemas * refactor(iceberg): refactor file org * address comments * refactor(iceberg): refactor and ut * fix(iceberg): fix integration-test * typo * typo * typo * typo
1 parent 5f91098 commit 2c50567

File tree

10 files changed

+860
-3
lines changed

10 files changed

+860
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/iceberg/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ pub mod inspect;
7777
pub mod scan;
7878

7979
pub mod expr;
80+
pub mod remove_snapshots;
8081
pub mod transaction;
8182
pub mod transform;
8283

0 commit comments

Comments
 (0)