test(integration-tests): cover governance behavior - #751
Closed
mkuchenbecker wants to merge 22 commits into
Closed
mkuchenbecker wants to merge 22 commits into
mkuchenbecker wants to merge 22 commits into
Conversation
Rebuild this capability as a clean additive catalog contribution on the revised harness stack. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…ecker/delta-harness-governance-recut
…ecker/delta-harness-governance-recut
Keep side-table ownership and policy metadata access with the governance scenarios that consume them. 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 governance through access decisions, tags, encryption, and replication behavior across local and acceptance environments. 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>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Move governance contributors into the renamed package and keep their qualitative coverage documentation with the module. 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 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 access-control policies, SQL grants, column tags, encryption
observability, and file-replication behavior on top of RTAS. It contributes 21
cases to the 394-case RTAS catalog and produces 415 combined cases.
This branch also fills the Governance section in
TEST-COVERAGE.md.Stack
Scope
This layer owns table-level governance: SET and UNSET POLICY for sharing,
history, replication, and retention; rejected out-of-range history policies;
rejected grants on an unshared table; the grant, show, and revoke SQL cycle on
a shared table; column tags; encryption observability; and file-replication
properties.
ScenarioAccessControl.scala)ScenarioColumnTag.scala)ScenarioEncryption.scala)ScenarioFileReplication.scala)Known limitations
rtas.schema.incompatibleType.notSilentlyLossy,rtas.concurrency.replaceVersusAppend(Parquet, ORC)accessControl.grantAndRevoke(Parquet, ORC)Validation
git diff --checkagainst the parent tip