Skip to content

Commit

Permalink
Merge branch 'master' of github.com:delta-io/delta into stack/delta-r…
Browse files Browse the repository at this point in the history
…ow-tracking-double-backfill
  • Loading branch information
longvu-db committed Aug 14, 2024
2 parents d7ba205 + 51ecfe5 commit 6a7f652
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,6 @@ trait TransactionExecutionTestMixin {
observer.phases.backfillPhase.entryBarrier.unblock()
}

def unblockCommit(observer: TransactionObserver): Unit = {
observer.phases.commitPhase.entryBarrier.unblock()
observer.phases.backfillPhase.entryBarrier.unblock()
}

def waitForPrecommit(observer: TransactionObserver): Unit =
busyWaitFor(observer.phases.preparePhase.hasEntered, timeout)

Expand Down

0 comments on commit 6a7f652

Please sign in to comment.