Skip to content

Commit

Permalink
Add Trino 452 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
colebow committed Jul 3, 2024
1 parent 7cfb2b1 commit 083d3c5
Show file tree
Hide file tree
Showing 2 changed files with 52 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-452
release/release-451
release/release-450
release/release-449
Expand Down
51 changes: 51 additions & 0 deletions docs/src/main/sphinx/release/release-452.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Release 452 (3 Jul 2024)

## General

* Fix a performance regression when using the native filesystem for Azure. ({issue}`22561`)

## Web UI

* Fix query plans occasionally not rendering the stage details page. ({issue}`22542`)

## ClickHouse connector

* Add [`query` table function](clickhouse-query-function) for full query
pass-through to ClickHouse. ({issue}`16182`)

## Delta Lake connector

* Add support for type coercion when adding new columns. ({issue}`19708`)
* Improve performance of reading from Parquet files with large schemas. ({issue}`22434`)
* Fix incorrect results when reading `INT32` values in Parquet files. ({issue}`21556`)

## Hive connector

* Add support for coercion of structural data types for non-partitioned tables
using ORC files. ({issue}`22326`)
* Add support for type coercion when adding new columns. ({issue}`19708`)
* Add support for `varbinary` to `varchar` type coercion. ({issue}`22322`)
* Improve performance of reading from Parquet files with large schemas. ({issue}`22434`)
* Fix incorrect results when reading `INT32` values in Parquet files. ({issue}`21556`)
* Fix `sync_partition_metadata` ignoring case-sensitive variations of partition
names in storage. ({issue}`22484`)

## Hudi connector

* Improve performance of reading from Parquet files with large schemas. ({issue}`22434`)
* Fix incorrect results when reading `INT32` values in Parquet files. ({issue}`21556`)

## Iceberg connector

* Add support for type coercion when adding new columns. ({issue}`19708`)
* Improve performance of reading from Parquet files with large schemas. ({issue}`22434`)
* Fix incorrect results when reading `INT32` values in Parquet files. ({issue}`21556`)

## Kudu connector

* Fix failure when adding new columns with a `decimal` type. ({issue}`22558`)

## PostgreSQL connector

* Improve performance of the {func}`reverse` function by pushing down execution
to the underlying database. ({issue}`22203`)

0 comments on commit 083d3c5

Please sign in to comment.