Skip to content

[SPARK-44405][SQL][TESTS] Reduce code duplication in group-based DELETE and MERGE tests#43511

Closed
zhaomin1423 wants to merge 1 commit intoapache:masterfrom
zhaomin1423:44405
Closed

[SPARK-44405][SQL][TESTS] Reduce code duplication in group-based DELETE and MERGE tests#43511
zhaomin1423 wants to merge 1 commit intoapache:masterfrom
zhaomin1423:44405

Conversation

@zhaomin1423
Copy link
Member

What changes were proposed in this pull request?

Reduce code duplication in group-based DELETE and MERGE tests

Why are the changes needed?

There are a few reduncant mothods, merge them to reduce code duplication

Does this PR introduce any user-facing change?

No

How was this patch tested?

pass actions

Was this patch authored or co-authored using generative AI tooling?

No

@github-actions github-actions bot added the SQL label Oct 24, 2023
@HyukjinKwon HyukjinKwon changed the title [SPARK-44405][SQL]Reduce code duplication in group-based DELETE and MERGE tests [SPARK-44405][SQL][TESTS] Reduce code duplication in group-based DELETE and MERGE tests Oct 26, 2023
test("delete runtime group filtering (AQE disabled)") {
withSQLConf(SQLConf.ADAPTIVE_EXECUTION_ENABLED.key -> "false") {
checkDeleteRuntimeGroupFiltering()
test("delete runtime group filtering") {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When the test fails, we won't know if AQE or DPP is enabled or disabled?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we add logs?

@github-actions
Copy link

github-actions bot commented Feb 4, 2024

We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable.
If you'd like to revive this PR, please reopen it and ask a committer to remove the Stale tag!

@github-actions github-actions bot added the Stale label Feb 4, 2024
@github-actions github-actions bot closed this Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants