forked from apache/calcite
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare for next development iteration
Add release notes for 1.38.0 release.
- Loading branch information
1 parent
e5e7fae
commit 6b95df5
Showing
4 changed files
with
56 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
layout: news_item | ||
date: "2024-10-15 10:30:00 +0000" | ||
author: jhyde | ||
version: 1.38.0 | ||
categories: [release] | ||
tag: v1-38-0 | ||
sha: e5e7faeff5985bc1b2342144b2bd31ca8ea84d3a | ||
--- | ||
<!-- | ||
{% 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.38.0]({{ site.baseurl }}/docs/history.html#v1-38-0). | ||
|
||
This release comes 5 months after [1.37.0](#v1-37-0), | ||
contains contributions from 39 contributors, and resolves 165 issues. | ||
Highlights include the | ||
[`AS MEASURE`](https://issues.apache.org/jira/browse/CALCITE-4496) | ||
clause to define measures and use them in | ||
[simple queries](https://issues.apache.org/jira/browse/CALCITE-6519), | ||
[`ASOF` join](https://issues.apache.org/jira/browse/CALCITE-6372), | ||
the | ||
[`EXCLUDE`](https://issues.apache.org/jira/browse/CALCITE-5855) | ||
clause in window aggregates, Postgres-compatible implementations of the | ||
[`TO_DATE`, `TO_TIMESTAMP`](https://issues.apache.org/jira/browse/CALCITE-6449) | ||
and | ||
[`TO_CHAR`](https://issues.apache.org/jira/browse/CALCITE-6358) | ||
functions, and the extension of the type system to allow | ||
[types with negative scale](https://issues.apache.org/jira/browse/CALCITE-6560). |