Skip to content

Commit

Permalink
Add Trino 437 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
colebow committed Jan 25, 2024
1 parent 634609b commit 6484635
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release-template.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Release xyz (dd MMM 2023)
# Release xyz (dd MMM 2024)

## General

Expand Down
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-437
release/release-436
```

Expand Down
33 changes: 33 additions & 0 deletions docs/src/main/sphinx/release/release-437.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Release 437 (24 Jan 2024)

## General

* Add support for `char(n)` values in {func}`to_utf8`. ({issue}`20158`)
* Add support for `char(n)` values in {func}`lpad`. ({issue}`16907`)
* {{breaking}} Replace the `exchange.compression-enabled` configuration property
and `exchange_compression` session property with
[the`exchange.compression-codec`and `exchange_compression_codec` properties](prop-exchange-compression-codec),
respectively. ({issue}`20274`)
* {{breaking}} Replace the `spill-compression-enabled` configuration property
with [the `spill-compression-codec` property](prop-spill-compression-codec). ({issue}`20274`)
* {{breaking}} Remove the deprecated `experimental.spill-compression-enabled`
configuration property. ({issue}`20274`)
* Fix materialized views being permanently stale when they reference
[table functions](/functions/table). ({issue}`19904`)
* Fix failure when invoking functions that may return null values. ({issue}`18456`)
* Fix `ArrayIndexOutOfBoundsException` with RowBlockBuilder during output
operations. ({issue}`20426`)

## Delta Lake connector

* Improve query performance for queries that don't use table statistics. ({issue}`20054`)

## Hive connector

* Fix error when coercing union-typed data to a single type when reading Avro
files. ({issue}`20310`)

## Iceberg connector

* Improve performance of queries with filters on `ROW` columns stored in Parquet
files. ({issue}`17133`)

0 comments on commit 6484635

Please sign in to comment.