forked from apache/spark
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-38721][SQL][TESTS] Test the error class: CANNOT_PARSE_DECIMAL
## What changes were proposed in this pull request? This pr aims to Add one test for the error class CANNOT_PARSE_DECIMAL to QueryExecutionErrorsSuite, it's a followup of [SPARK-37935](https://issues.apache.org/jira/browse/SPARK-37935). ### Why are the changes needed? Add one test for the error class CANNOT_PARSE_DECIMAL to QueryExecutionErrorsSuite. ### Does this PR introduce any user-facing change? No ### How was this patch tested? - Manual test: ``` build/sbt "sql/testOnly *QueryExecutionErrorsSuite*" ``` All tests passed. Closes apache#36192 from panbingkun/SPARK-38721. Authored-by: panbingkun <[email protected]> Signed-off-by: Max Gekk <[email protected]>
- Loading branch information
1 parent
04586a9
commit 22cd0c2
Showing
1 changed file
with
48 additions
and
2 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