From f8efbd97e4560030776a0c14a5bd004d3e2e35c2 Mon Sep 17 00:00:00 2001 From: haruband Date: Tue, 4 Jul 2023 11:11:47 +0900 Subject: [PATCH] make create_checkpoint_for public --- rust/src/action/checkpoints.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/src/action/checkpoints.rs b/rust/src/action/checkpoints.rs index 61b4941ffc..80d22c9b74 100644 --- a/rust/src/action/checkpoints.rs +++ b/rust/src/action/checkpoints.rs @@ -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,