Skip to content

Commit

Permalink
make create_checkpoint_for public
Browse files Browse the repository at this point in the history
  • Loading branch information
haruband authored and rtyler committed Sep 17, 2023
1 parent 63c14b3 commit f8efbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/action/checkpoints.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ pub async fn create_checkpoint_from_table_uri_and_cleanup(
Ok(())
}

async fn create_checkpoint_for(
pub async fn create_checkpoint_for(
version: i64,
state: &DeltaTableState,
storage: &DeltaObjectStore,
Expand Down

0 comments on commit f8efbd9

Please sign in to comment.