forked from apache/spark
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-38307][SQL][TESTS] Fix ExpressionTypeCheckingSuite and Collect…
…ionExpressionsSuite under ANSI mode ### What changes were proposed in this pull request? Fix the ExpressionTypeCheckingSuite and CollectionExpressionsSuite under ANSI mode. For all the failed test cases, wrap with ANSI as false. For some test cases, also add exact same test input wrapping with ANSI true, but set the expectation to the exceptions. ### Why are the changes needed? To set up a new GA job to run tests with ANSI mode before 3.3.0 release. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Test locally with both ANSI on and off, both passed. Closes apache#35634 from anchovYu/ansi-tests-expressiontypechecking-collectionexpressions. Authored-by: Xinyi Yu <[email protected]> Signed-off-by: Gengliang Wang <[email protected]>
- Loading branch information
1 parent
9257224
commit b28241d
Showing
2 changed files
with
26 additions
and
12 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
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