test(delta-harness): add merge-on-read matrix - #705
Closed
mkuchenbecker wants to merge 7 commits into
Closed
Conversation
This was referenced Sep 1, 2026
mkuchenbecker
force-pushed
the
mkuchenbecker/delta-harness-mor
branch
from
September 2, 2026 05:55
69c7207 to
0c224c0
Compare
Add the merge-on-read behavior matrix as a clean contribution on the revised RTAS stack, with local ownership of its format assertions. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
mkuchenbecker
force-pushed
the
mkuchenbecker/delta-harness-mor
branch
from
September 4, 2026 21:09
689c707 to
cd5b9e7
Compare
…ecker/delta-harness-mor-recut
…ecker/delta-harness-mor-recut
mkuchenbecker
changed the base branch from
main
to
mkuchenbecker/delta-harness-rtas
September 4, 2026 22:52
Keep the foundation fixture surface limited to table primitives used by its 34 cases. Rename the DML scenario contributors so their scope and rejection semantics are explicit. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Move partitioned and null-row preparations into the DML layer that uses them. Rename the complete operation contribution to distinguish it from the representative foundation slice. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Move partitioning, lineage, metadata, and rename helpers into the RTAS layer and adopt the explicit DML operation naming from its parent. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Keep merge-on-read table construction and prepared states in a domain-specific fixture boundary while preserving the layer's 714-case catalog. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds merge-on-read preparations, DML replay, and physical/maintenance
contracts on top of RTAS. It contributes 320 cases on top of the 394-case RTAS
catalog, producing 714 combined cases.
Stack
delta-harness-rtasdelta-harness-mordelta-harness-branchDirect child: Branch and write-audit-publish, which routes writes through
merge-on-read tables and needs this contract first.
Scope
This layer owns merge-on-read preparations, row-level mutation replay under
merge-on-read, and merge-on-read-specific physical/maintenance behavior
(position-delete files, mode changes, live-delete interaction, metadata tables, time
travel, rollback, changelog limitations, compaction, snapshot expiration, manifest
rewriting, orphan removal). It excludes branch/WAP routing, which is the next layer's
scope.
Known limitations
No new known-bug skips. The 4 combined-catalog skips are RTAS's inherited pair
(
rtas.schema.incompatibleType.notSilentlyLossy,rtas.concurrency.replaceVersusAppend,each on Parquet and ORC).
Validation
git diff --checkagainst the parent tip