Add test coverage for DSv2 table refresh and pinning design doc#55033
Draft
longvu-db wants to merge 1 commit intoapache:masterfrom
Draft
Add test coverage for DSv2 table refresh and pinning design doc#55033longvu-db wants to merge 1 commit intoapache:masterfrom
longvu-db wants to merge 1 commit intoapache:masterfrom
Conversation
33 new tests covering gaps identified in the "Refreshing and pinning tables in Spark" design doc across all 5 sections: - Section 1: Temp views with stored plans (drop+add column same/different type, type widening, external changes, multiple column additions, subquery refresh, filter pushdown) - Section 2: Repeated table access regression tests (external data writes, schema changes, drop/recreate) - Section 3: Incrementally constructed queries (join with drop+add column, three-way join with version drift) - Section 4: Dataset show/collect consistency (QE reuse behavior, schema changes via external catalog API, interleaved actions) - Section 5: CACHE TABLE scenarios (external schema pinning, session write re-pinning, REFRESH TABLE, external drop/recreate) - Edge cases: nested views, self-join version alignment, REFRESH no-op for DataFrame temp views, cached temp view invalidation Co-authored-by: Isaac
62e3e76 to
ed536cf
Compare
Member
dongjoon-hyun
left a comment
There was a problem hiding this comment.
Please file a JIRA issue to have a proper JIRA ID before converting this back from Draft status, @longvu-db .
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.
33 new tests covering gaps identified in the "Refreshing and pinning tables in Spark" design doc across all 5 sections:
Co-authored-by: Isaac
What changes were proposed in this pull request?
Why are the changes needed?
Does this PR introduce any user-facing change?
How was this patch tested?
Was this patch authored or co-authored using generative AI tooling?