Class ConflictChecker

Object
io.delta.kernel.internal.replay.ConflictChecker

public class ConflictChecker extends Object
Class containing the conflict resolution logic when writing to a Delta table.

Currently, the support is to allow blind appends. Later on this can be extended to add support for read-after-write scenarios.