Skip to content

Commit 2bfc500

Browse files
CTTYliurenjie1024
andauthored
Update crates/iceberg/src/transaction/action/mod.rs
Co-authored-by: Renjie Liu <liurenjie2008@gmail.com>
1 parent f7cb068 commit 2bfc500

File tree

1 file changed

+1
-1
lines changed
  • crates/iceberg/src/transaction/action

1 file changed

+1
-1
lines changed

crates/iceberg/src/transaction/action/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ use std::mem::take;
1919

2020
use crate::{Error, ErrorKind, Result, TableRequirement, TableUpdate};
2121

22-
pub type PendingAction = Box<dyn TransactionAction>;
22+
pub type BoxedTransactionAction = Arc<dyn TransactionAction>;
2323

2424
pub(crate) trait TransactionAction: Sync {
2525
/// Commit the changes and apply the changes to the transaction,

0 commit comments

Comments
 (0)