Open scottsand-db opened 3 weeks ago
This PR makes CommitInfo depend on AbstractCommitInfo. This lets us remove the CoordinatedCommitsUtils.convertCommitInfoToAbstractCommitInfo method.
CoordinatedCommitsUtils.convertCommitInfoToAbstractCommitInfo
Also cleans up code along the way, and adds version (read from the file name) to CommitInfo.
version
Existing UTs.
No.
Which Delta project/connector is this regarding?
Description
This PR makes CommitInfo depend on AbstractCommitInfo. This lets us remove the
CoordinatedCommitsUtils.convertCommitInfoToAbstractCommitInfo
method.Also cleans up code along the way, and adds
version
(read from the file name) to CommitInfo.How was this patch tested?
Existing UTs.
Does this PR introduce any user-facing changes?
No.