Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-48358][SQL][TESTS][FOLLOWUP] Use condition instead of errorClass in SqlScriptingInterpreterSuite #48072

Closed
wants to merge 1 commit into from

Conversation

MaxGekk
Copy link
Member

@MaxGekk MaxGekk commented Sep 11, 2024

What changes were proposed in this pull request?

In the PR, I propose to replace errorClass by condition in SqlScriptingInterpreterSuite

Why are the changes needed?

The changes from the PR #47756 conflict to #48027

Does this PR introduce any user-facing change?

No.

How was this patch tested?

By running the modified test:

$ build/sbt "test:testOnly *SqlScriptingInterpreterSuite"

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

No.

@github-actions github-actions bot added the SQL label Sep 11, 2024
@MaxGekk
Copy link
Member Author

MaxGekk commented Sep 11, 2024

Merging to master. Thank you, @HyukjinKwon for review.

@MaxGekk MaxGekk closed this in 50955cb Sep 11, 2024
attilapiros pushed a commit to attilapiros/spark that referenced this pull request Oct 4, 2024
…Class` in `SqlScriptingInterpreterSuite`

### What changes were proposed in this pull request?
In the PR, I propose to replace `errorClass` by `condition` in `SqlScriptingInterpreterSuite`

### Why are the changes needed?
The changes from the PR apache#47756 conflict to apache#48027

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
By running the modified test:
```
$ build/sbt "test:testOnly *SqlScriptingInterpreterSuite"
```

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

Closes apache#48072 from MaxGekk/fix-errorClass-REPEAT.

Authored-by: Max Gekk <max.gekk@gmail.com>
Signed-off-by: Max Gekk <max.gekk@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants