test(integration-tests): cover merge-on-read behavior - #754
Closed
mkuchenbecker wants to merge 24 commits into
Closed
mkuchenbecker wants to merge 24 commits into
mkuchenbecker wants to merge 24 commits into
Conversation
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>
…ecker/delta-harness-mor-recut
…ecker/delta-harness-mor-recut
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>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This was referenced Sep 18, 2026
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Describe merge-on-read through shared DML behavior, position deletes, metadata, history, replication, and maintenance. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> # Conflicts: # integrations/spark/delta-harness/TEST-COVERAGE.md
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Use integration-test terminology for the generated orphan file and snapshot expiration explanation. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Move merge-on-read contributors into the renamed package and preserve the prepared-table ownership of storage format and execution behavior. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…-read Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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 prepared tables, DML replay, and physical and
maintenance contracts on top of RTAS. It contributes 320 cases to the 394-case
RTAS catalog and produces 714 combined cases.
This branch also fills the Merge-on-read section in
TEST-COVERAGE.md.Stack
Scope
This layer owns merge-on-read prepared tables, row-level mutation replay, and
merge-on-read-specific physical and maintenance behavior: position-delete
files, mode changes, live-delete interaction, metadata tables, time travel,
rollback, changelog limitations, compaction, snapshot expiration, manifest
rewriting, and orphan removal. Branch and WAP routing belong to the child layer.
Known limitations
This layer adds no known-bug skips. Its four combined-catalog skips are inherited
from RTAS.
Validation
git diff --checkagainst the parent tip