An open-source storage framework that enables building a Lakehouse architecture with compute engines including Spark, PrestoDB, Flink, Trino, and Hive and APIs
Move some CCBuilder utility methods from CommitCoordinatorUtils to AbstractCommitCoordinatorBuilder, then delete CommitCoordinatorProviderSuite, then create AbstractCommitCoordinatorBuilderSuite
This is a stacked PR. Please view this PR's diff here: https://github.com/scottsand-db/delta/compare/delta_kernel_cc_4...delta_kernel_cc_5
Which Delta project/connector is this regarding?
Description
Move some CCBuilder utility methods from CommitCoordinatorUtils to AbstractCommitCoordinatorBuilder, then delete CommitCoordinatorProviderSuite, then create AbstractCommitCoordinatorBuilderSuite
How was this patch tested?
Trivial changes + test changes.
Does this PR introduce any user-facing changes?
Refactored where utils exist.