You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by ch...@apache.org on 2020/07/25 04:14:15 UTC

[calcite] 03/03: Add 1.24.0 release announcement

This is an automated email from the ASF dual-hosted git repository.

chunwei pushed a commit to branch branch-1.24
in repository https://gitbox.apache.org/repos/asf/calcite.git

commit 6c004db26048caf44df80dc2b517e0ffa57fb269
Author: Chunwei Lei <ch...@gmail.com>
AuthorDate: Fri Jul 24 13:52:39 2020 +0800

    Add 1.24.0 release announcement
---
 site/_posts/2020-07-24-release-1.24.0.md | 42 ++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/site/_posts/2020-07-24-release-1.24.0.md b/site/_posts/2020-07-24-release-1.24.0.md
new file mode 100644
index 0000000..ac543cc
--- /dev/null
+++ b/site/_posts/2020-07-24-release-1.24.0.md
@@ -0,0 +1,42 @@
+---
+layout: news_item
+date: "2020-07-24 11:30:00 +0800"
+author: Chunwei Lei
+version: 1.24.0
+categories: [release]
+tag: v1-24-0
+sha: 4b5b9100e59ae4a43424156c9beabec6805f3d7c
+---
+<!--
+{% 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.24.0]({{ site.baseurl }}/docs/history.html#v1-24-0).
+
+This release comes about two months after 1.23.0. It includes more than 80 resolved
+issues, comprising a lot of new features as well as performance improvements
+and bug-fixes. Among others, it is worth highlighting the following.
+
+* Support [top-down rule applying and upper bound space pruning](https://issues.apache.org/jira/browse/CALCITE-3916)
+* Support [OFFSET](https://issues.apache.org/jira/browse/CALCITE-4000) parameter in `TUMBLE/HOP`
+table functions
+* A new [Presto dialect implementation](https://issues.apache.org/jira/browse/CALCITE-3224)
+* [Hoist](https://issues.apache.org/jira/browse/CALCITE-4087), a utility to replace literals in a
+SQL string with placeholders