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
Under most circumstances, Delta seamlessly handles any write conflicts caused by multiple instances of this loader.
However, there is one situation when Delta does not handle the conflict, and we get a DeltaConcurrentModificationException. This happens when another loader alters the table to add new columns. For example, when tracking a new schema for the first time.
Currently, the loader crashes and exits when this happens. Instead, when we get this exception we need to explicitly retry committing the files.
The text was updated successfully, but these errors were encountered:
Under most circumstances, Delta seamlessly handles any write conflicts caused by multiple instances of this loader.
However, there is one situation when Delta does not handle the conflict, and we get a
DeltaConcurrentModificationException
. This happens when another loader alters the table to add new columns. For example, when tracking a new schema for the first time.Currently, the loader crashes and exits when this happens. Instead, when we get this exception we need to explicitly retry committing the files.
The text was updated successfully, but these errors were encountered: