miland-db opened a new pull request, #48950: URL: https://github.com/apache/spark/pull/48950
### What changes were proposed in this pull request? This PR is second in series of refactoring Initial refactoring of SQL Scripting to prepare it for addition of **Execution Framework**: - Introducing `SqlScriptExecution`, new iterator that collects and returns only results. - Enabling execution of SQL Scripting using `sql()` API. ### Why are the changes needed? This changes are needed so execution of SQL Scripts can be implemented properly. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? New `SqlScriptingExecutionSuite` to test behavior of newly added component. ### Was this patch authored or co-authored using generative AI tooling? No. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
