File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
crates/core/src/operations/transaction Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ use object_store::path::Path;
8383use object_store:: Error as ObjectStoreError ;
8484use serde_json:: Value ;
8585
86- use self :: conflict_checker:: { CommitConflictError , TransactionInfo , WinningCommitSummary } ;
86+ use self :: conflict_checker:: { TransactionInfo , WinningCommitSummary } ;
8787use crate :: checkpoints:: { cleanup_expired_logs_for, create_checkpoint_for} ;
8888use crate :: errors:: DeltaTableError ;
8989use crate :: kernel:: {
@@ -97,6 +97,7 @@ use crate::table::config::TableConfig;
9797use crate :: table:: state:: DeltaTableState ;
9898use crate :: { crate_version, DeltaResult } ;
9999
100+ pub use self :: conflict_checker:: CommitConflictError ;
100101pub use self :: protocol:: INSTANCE as PROTOCOL ;
101102
102103#[ cfg( test) ]
You can’t perform that action at this time.
0 commit comments