Skip to main content
User Profile

Support SELECT * EXCEPT(..) in Spark SQL -- Necessary Quality of Life Feature


Virtually all the key players in this space support this quality-of-life feature, including Databricks, Snowflake, BigQuery, DuckDB, and quite a few others.


The EXCEPT feature is a necessary feature to support any migration of existing SQL scripts. Significant re-architecture ...

Read more...
0 Comments

Read more...
0 Comments

STATUS DETAILS
New

Support QUALIFY in Spark SQL -- Necessary Quality of Life Feature


Virtually all the key players in this space support this quality-of-life feature, including Databricks, Snowflake, BigQuery, DuckDB, and quite a few others.


The QUALIFY feature is a necessary feature to support any migration of existing SQL scripts. Significant re-architectur...

Read more...
0 Comments

Read more...
0 Comments

STATUS DETAILS
New

Add Lakehouse Support for UDTFs (User-Defined Table Functions, aka TVFs or Table-Value Functions)


Being able to create a UDTF (user-defined table function), also known as a tabular UDF, table UDF, UDF table function, or a TVF (user-defined table-value function), are incredibly useful and very powerful, especially in combination with LATERAL invocations.


Ot...

Read more...
0 Comments

Read more...
0 Comments

STATUS DETAILS
New