From dbd02d2e68f2c8d8006b9642ac4e26856974d9bb Mon Sep 17 00:00:00 2001 From: haruband Date: Fri, 7 Jul 2023 13:42:45 +0900 Subject: [PATCH] add documentation to create_checkpoint_for --- rust/src/action/checkpoints.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/src/action/checkpoints.rs b/rust/src/action/checkpoints.rs index 80d22c9b74..86dbc7bc87 100644 --- a/rust/src/action/checkpoints.rs +++ b/rust/src/action/checkpoints.rs @@ -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,