Skip to content

Commit

Permalink
[CALCITE-6302] Add news item for 1.37.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
snuyanzin committed May 6, 2024
1 parent 61ee73e commit 6763779
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions site/_posts/2024-05-06-release-1.37.0.md
Original file line number Diff line number Diff line change
@@ -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
---
<!--
{% comment %}
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to you under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
{% endcomment %}
-->

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 ([<a href="https://issues.apache.org/jira/browse/CALCITE-2040">CALCITE-2040</a>]),
StarRocks dialect ([<a href="https://issues.apache.org/jira/browse/CALCITE-6257">CALCITE-6257</a>]).
The release also added support for lambda expressions in SQL ([<a href="https://issues.apache.org/jira/browse/CALCITE-3679">CALCITE-3679</a>]),
'Must-filter' columns ([<a href="https://issues.apache.org/jira/browse/CALCITE-6219">CALCITE-6219</a>]).
For table function calls it is now possible to use them without `TABLE()` wrapper in `FROM` ([<a href="https://issues.apache.org/jira/browse/CALCITE-6254">CALCITE-6254</a>]).
Furthermore, there is support for optional `FORMAT` of `CAST` operator from SQL:2016 ([<a href="https://issues.apache.org/jira/browse/CALCITE-6254">CALCITE-6254</a>])
and more than 15 new SQL functions in various libraries such as BigQuery, PostgreSQL and Spark.

0 comments on commit 6763779

Please sign in to comment.