-
Notifications
You must be signed in to change notification settings - Fork 28.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-40788][SQL][TESTS] Check error classes in CreateNamespaceParse…
…rSuite ### What changes were proposed in this pull request? This PR aims to replace 'intercept' with 'Check error classes' in CreateNamespaceParserSuite. ### Why are the changes needed? The changes improve the error framework. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? By running the modified test suite: ``` $ build/sbt "test:testOnly *CreateNamespaceParserSuite" ``` Closes #38246 from panbingkun/SPARK-40788. Authored-by: panbingkun <[email protected]> Signed-off-by: Max Gekk <[email protected]>
- Loading branch information
1 parent
e54e3ab
commit 9d28909
Showing
1 changed file
with
69 additions
and
25 deletions.
There are no files selected for viewing
This file contains 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