David Milicevic
David Milicevic
### What changes were proposed in this pull request? Previous [PR](https://github.com/apache/spark/pull/46665) introduced parser changes for SQL Scripting. This PR is a follow-up to introduce the interpreter for SQL Scripting language...
This PR is recreation of https://github.com/apache/spark/pull/47403 and adds few minor changes to support execution over Spark Connect as well. ### What changes were proposed in this pull request? This pull...
### What changes were proposed in this pull request? Introducing a new SQL config for TIME type: `spark.sql.timeType.enabled`. The default value is `false` and it is enabled only in tests....