Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-48355][SQL][TESTS][FOLLOWUP] Enable a SQL Scripting test in AN…
…SI and non-ANSI modes ### What changes were proposed in this pull request? In the PR, I propose to enable the test which #48115 turned off, and run in the ANSI and non-ANSI modes. ### Why are the changes needed? To make this test stable, and don't depend on the default setting for ANSI mode. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? By running the modified test locally: ``` $ PYSPARK_PYTHON=python3 build/sbt "sql/testOnly org.apache.spark.sql.scripting.SqlScriptingInterpreterSuite" ``` ### Was this patch authored or co-authored using generative AI tooling? No. Closes #48194 from MaxGekk/enable-sqlscript-test-ansi. Authored-by: Max Gekk <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]>
- Loading branch information