Skip to content

Commit 2498837

Browse files
Filip-Dziubaion-elgreco
authored andcommitted
refactor: exposing CommitConflictError enum
1 parent 5d10cbe commit 2498837

File tree

1 file changed

+2
-1
lines changed
  • crates/core/src/operations/transaction

1 file changed

+2
-1
lines changed

crates/core/src/operations/transaction/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ use object_store::path::Path;
8383
use object_store::Error as ObjectStoreError;
8484
use serde_json::Value;
8585

86-
use self::conflict_checker::{CommitConflictError, TransactionInfo, WinningCommitSummary};
86+
use self::conflict_checker::{TransactionInfo, WinningCommitSummary};
8787
use crate::checkpoints::{cleanup_expired_logs_for, create_checkpoint_for};
8888
use crate::errors::DeltaTableError;
8989
use crate::kernel::{
@@ -97,6 +97,7 @@ use crate::table::config::TableConfig;
9797
use crate::table::state::DeltaTableState;
9898
use crate::{crate_version, DeltaResult};
9999

100+
pub use self::conflict_checker::CommitConflictError;
100101
pub use self::protocol::INSTANCE as PROTOCOL;
101102

102103
#[cfg(test)]

0 commit comments

Comments
 (0)