diff --git a/rust/src/action/checkpoints.rs b/rust/src/action/checkpoints.rs index 61b4941ffc..86dbc7bc87 100644 --- a/rust/src/action/checkpoints.rs +++ b/rust/src/action/checkpoints.rs @@ -109,7 +109,8 @@ pub async fn create_checkpoint_from_table_uri_and_cleanup( Ok(()) } -async fn create_checkpoint_for( +/// Creates checkpoint for a given table version, table state and object store +pub async fn create_checkpoint_for( version: i64, state: &DeltaTableState, storage: &DeltaObjectStore,