Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Trino 441 release notes #21058

Merged
merged 1 commit into from
Mar 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/src/main/sphinx/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
```{toctree}
:maxdepth: 1
release/release-441
release/release-440
release/release-439
release/release-438
Expand Down
26 changes: 26 additions & 0 deletions docs/src/main/sphinx/release/release-441.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Release 441 (13 Mar 2024)

## General

* Fix incorrect results of window aggregations when any input data includes
`NaN` or infinity. ({issue}`20946`)
* Fix `NoSuchMethodError` in filtered aggregations. ({issue}`21002`)

## Cassandra connector

* Fix incorrect results when a query contains predicates on clustering columns. ({issue}`20963`)
martint marked this conversation as resolved.
Show resolved Hide resolved

## Hive connector

* {{breaking}} Remove the default `legacy` mode for the `hive.security`
configuration property, and change the default value to `allow-all`.
Additionally, remove the legacy properties `hive.allow-drop-table`,
`hive.allow-rename-table`, `hive.allow-add-column`, `hive.allow-drop-column`,
`hive.allow-rename-column`, `hive.allow-comment-table`, and
`hive.allow-comment-column`. ({issue}`21013`)
* Fix query failure when reading array types from Parquet files produced by some
legacy writers. ({issue}`20943`)

## Hudi connector

* Disallow creating files on non-existent partitions. ({issue}`20133`)
Loading