diff --git a/site/_posts/2024-05-06-release-1.37.0.md b/site/_posts/2024-05-06-release-1.37.0.md new file mode 100644 index 00000000000..30ade3e23c7 --- /dev/null +++ b/site/_posts/2024-05-06-release-1.37.0.md @@ -0,0 +1,40 @@ +--- +layout: news_item +date: "2024-05-06 10:30:00 +0000" +author: snuyanzin +version: 1.37.0 +categories: [release] +tag: v1-37-0 +sha: 61ee73e95129873d8bd648e6b0ac9e5f85ea4a33 +--- + + +The [Apache Calcite PMC]({{ site.baseurl }}) is pleased to announce +[Apache Calcite release 1.37.0]({{ site.baseurl }}/docs/history.html#v1-37-0). + +This release comes 5 months after [1.36.0](#v1-36-0), +contains contributions from 46 contributors, and resolves 138 issues. It's worth highlighting the +introduction of adapter for Apache Arrow ([CALCITE-2040]), +StarRocks dialect ([CALCITE-6257]). +The release also added support for lambda expressions in SQL ([CALCITE-3679]), +'Must-filter' columns ([CALCITE-6219]). +For table function calls it is now possible to use them without `TABLE()` wrapper in `FROM` ([CALCITE-6254]). +Furthermore, there is support for optional `FORMAT` of `CAST` operator from SQL:2016 ([CALCITE-6254]) +and more than 15 new SQL functions in various libraries such as BigQuery, PostgreSQL and Spark.