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
[SPARK-48348][SPARK-48376][FOLLOWUP][SQL] Replace parseScript with runSqlScript in SQL Scripting Interpreter test suite
### What changes were proposed in this pull request?
Previous [pull request](#47973) introduced new tests to `SqlScriptingInterpreterSuite` (among others) where accidentally `parseScript` was used instead of `runSqlScript`.
While the same exception would get thrown (since it happens in the parsing phase) it violates the consistency among the tests in this suite and adds unnecessary import, so it would be nice to change it.
### Why are the changes needed?
Changes are minor, they improve consistency among test suites for SQL scripting.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
This patch alters tests.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes#48016 from davidm-db/interpreter_test_suite_fix.
Authored-by: David Milicevic <[email protected]>
Signed-off-by: Max Gekk <[email protected]>
0 commit comments