You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### What changes were proposed in this pull request?
Test `AnalysisConfOverrideSuite` is invalid, see inline comments for details.
### Why are the changes needed?
Fix invalid tests.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
```
$ build/sbt "sql/testOnly *AnalysisConfOverrideSuite"
...
[info] AnalysisConfOverrideSuite:
[info] - simple plan (34 milliseconds)
[info] - CTE (43 milliseconds)
[info] - Subquery (46 milliseconds)
[info] - View (2 seconds, 395 milliseconds)
[info] - user defined SQL functions (596 milliseconds)
[info] - user defined SQL functions - test conf disabled (449 milliseconds)
[info] Run completed in 6 seconds, 817 milliseconds.
[info] Total number of tests run: 6
[info] Suites: completed 1, aborted 0
[info] Tests: succeeded 6, failed 0, canceled 0, ignored 0, pending 0
[info] All tests passed.
```
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes#51612 from pan3793/SPARK-52300-followup.
Authored-by: Cheng Pan <chengpan@apache.org>
Signed-off-by: yangjie01 <yangjie01@baidu.com>
0 commit comments