superseded by #749: test(delta-harness): add compatibility and streaming scenarios - #719
Closed
mkuchenbecker wants to merge 15 commits into
Conversation
Add concurrency, locking, streaming, table-evolution, and writer compatibility contracts as an extension of the focused RTAS catalog. The scenarios prove exact writer outcomes, owned streaming resources, active snapshot stability, and observable follow-up behavior. 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>
Validate compatibility and streaming behavior by running its scenarios instead of restating its generated catalog entries. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Keep compatibility and streaming behavior with the shared scenario suite while preserving its package and published names. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Replace the general JDK HTTP helper with a lock-specific client built on the generated OpenHouse Tables API. Preserve response status and diagnostic text while using the standard authentication and truststore path in local and remote environments. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Keep the generated lock client and compatibility scenarios on the focused RTAS stack while removing unrelated foundation breadth. 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/src/main/scala/harness/openhouse/Framework.scala # integrations/spark/delta-harness/src/main/scala/harness/openhouse/LocalRunner.scala # integrations/spark/delta-harness/src/main/scala/harness/openhouse/scenarios/ScenarioKit.scala
Keep compatibility, locking, streaming, and concurrency coverage as an additive layer over the revised RTAS catalog. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…ecker/delta-harness-compatibility-streaming
…ecker/delta-harness-compatibility-streaming # Conflicts: # integrations/spark/delta-harness/src/test/scala/harness/framework/RunnerTest.scala
Keep layout expansion, side-table ownership, and table creation helpers with the compatibility, locking, and streaming scenarios that use them. 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.
Superseded
This fork-backed PR is superseded by the same-repository PR #749. Do not reopen this PR. The replacement head and base branches both belong to
linkedin/openhouse.