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 92309ed4c2d2156eaffc3900d55abc7ff741c0da Author: Chunwei Lei <[email protected]> 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..38b932c --- /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 +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
