You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let actions = adds.drain(..).map(Action::Add).collect();
586
-
let commit = deltalake_core::operations::transaction::CommitBuilder::default()
587
+
let commit = CommitBuilder::default()
587
588
.with_max_retries(100)//We increase this from the default 15 times because (at leat for Azure) this may fail in case of to frequent writes (which happen if many messages arrive in the dead letter queue)
0 commit comments