Skip to content

Commit

Permalink
Add Trino 441 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
colebow authored and martint committed Mar 14, 2024
1 parent 3098d8f commit 0edd4b4
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
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`)

## 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`)

0 comments on commit 0edd4b4

Please sign in to comment.