Skip to content

Commit

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

/// Creates checkpoint for a given table version, table state and object store
pub async fn create_checkpoint_for(
version: i64,
state: &DeltaTableState,
Expand Down

0 comments on commit dbd02d2

Please sign in to comment.