Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MINOR][SQL][TESTS] Check
sqlState
in checkError()
### What changes were proposed in this pull request? In the PR, I propose to bypass the `sqlState` parameter in `checkError()` to another `checkError()` to take it into account. ### Why are the changes needed? At the moment, the `sqlState` argument is not checked in some tests. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? By running the affected tests: ``` $ build/sbt "test:testOnly *QueryParsingErrorsSuite" ``` ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#48059 from MaxGekk/unused-sqlState-param. Lead-authored-by: Max Gekk <[email protected]> Co-authored-by: Maxim Gekk <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
- Loading branch information