Hi all, Together with my team, I'm working on adding support for SQL Scripting (JIRA <https://issues.apache.org/jira/browse/SPARK-48338>, Ref Spec <https://docs.google.com/document/d/1uFv2VoqDoOH2k6HfgdkBYxp-Ou7Qi721eexNW6IYWwk/edit?pli=1&tab=t.0#heading=h.4cz970y1mk93> ). The feature is guarded by `spark.sql.scripting.enabled` SQL Conf because it's still in development, but some features are already available in OSS Spark - it's possible to execute scripts with all of the regular statements, as well as with newly added control flow statements - IF/ELSE, CASE, WHILE, REPEAT, LOOP, FOR, LEAVE, ITERATE, etc. SQL Scripting still doesn't work with Spark Connect.
Thanks, David On Wed, Jan 22, 2025 at 12:25 PM Stefan Kandic <stefan.kan...@databricks.com.invalid> wrote: > Hi, > > I am working on adding collation support ( > https://issues.apache.org/jira/projects/SPARK/issues/SPARK-46830). > > Right now, collations are enabled by default as we have finished almost > everything we planned to add. However, there are still some smaller things > and improvements left that have ongoing efforts (setting default collation > on table/view/schema etc.) > > Regards, > Stefan > > On 2025/01/15 13:41:07 Wenchen Fan wrote: > > Hi all, > > > > We have cut the "branch-4.0" and I'm sending this email to collect the > > information for ongoing projects targeting Spark 4.0. Please reply to > this > > email to share the project progress with the community. > > > > Note that, the scheduled code freeze date is Feb 1, and RC1 cut date is > Feb > > 15. > > > > Thanks, > > Wenchen > > >