Open qiyuandong-db opened 3 weeks ago
This PR adds support for Domain Metadata to Delta Kernel as described in the Delta Protocal.
In particular, it enables Delta Kernel to handle domain metadata across transaction commit, checkpointing, log replay, and conflict resolution.
Added tests covering all operations involving DomainMetadata in DomainMetadataSuite
DomainMetadataSuite
No.
@qiyuandong-db can you please update the PR description? (just concerned we aren't accurately representing the changes here) ref https://github.com/delta-io/delta/pull/3835#pullrequestreview-2449938253
Which Delta project/connector is this regarding?
Description
This PR adds support for Domain Metadata to Delta Kernel as described in the Delta Protocal.
In particular, it enables Delta Kernel to handle domain metadata across transaction commit, checkpointing, log replay, and conflict resolution.
How was this patch tested?
Added tests covering all operations involving DomainMetadata in
DomainMetadataSuite
Does this PR introduce any user-facing changes?
No.