Commit 45374d8
[SPARK-52899][SQL] Fix QueryExecutionErrorsSuite test to register H2Dialect back
### What changes were proposed in this pull request?
Fixed `QueryExecutionErrorsSuite`'s test `UNRECOGNIZED_SQL_TYPE: unrecognized SQL type DATALINK`. The test is unregistering the H2 dialect and it never registers it back. Suites that rely on H2 can fail because the dialect would be missing.
### Why are the changes needed?
Example suite that fails because of this: https://github.com/PetarVasiljevic-DB/spark/actions/runs/16399646273/job/46337197677
### Does this PR introduce _any_ user-facing change?
No. It is test only change.
### How was this patch tested?
### Was this patch authored or co-authored using generative AI tooling?
Closes apache#51581 from PetarVasiljevic-DB/register_h2_dialect_back.
Authored-by: Petar Vasiljevic <[email protected]>
Signed-off-by: Max Gekk <[email protected]>1 parent ddea7dd commit 45374d8
File tree
1 file changed
+1
-0
lines changed- sql/core/src/test/scala/org/apache/spark/sql/errors
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
656 | 656 | | |
657 | 657 | | |
658 | 658 | | |
| 659 | + | |
659 | 660 | | |
660 | 661 | | |
661 | 662 | | |
| |||
0 commit comments