Closed scottsand-db closed 1 month ago
NOTE: I won't be merging any of these PRs until the entire e2e implementation is complete and all PRs are approved
This is part of some stacked PRs:
To see the diff of only this PR: click here
This PR adds the new CommitCoordinatorClient interface into delta-kernel-api. Notably I use #getUnbackfilledCommits instead of #getCommits.
CommitCoordinatorClient
delta-kernel-api
#getUnbackfilledCommits
#getCommits
This PR does NOT delete the existing CommitCoordinatorClientHandler interface in delta-kernel-api.
CommitCoordinatorClientHandler
That will come in the next PR.
N/A
New CommitCoordinatorClient interface into.
NOTE: I won't be merging any of these PRs until the entire e2e implementation is complete and all PRs are approved
This is part of some stacked PRs:
To see the diff of only this PR: click here
Which Delta project/connector is this regarding?
Description
This PR adds the new
CommitCoordinatorClient
interface intodelta-kernel-api
. Notably I use#getUnbackfilledCommits
instead of#getCommits
.This PR does NOT delete the existing
CommitCoordinatorClientHandler
interface indelta-kernel-api
.That will come in the next PR.
How was this patch tested?
N/A
Does this PR introduce any user-facing changes?
New
CommitCoordinatorClient
interface into.