Skip to content

Commit

Permalink
Add Trino 415 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
colebow authored and martint committed Apr 27, 2023
1 parent b3b3351 commit 51d858a
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/main/sphinx/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Release notes
.. toctree::
:maxdepth: 1

release/release-415
release/release-414
release/release-413
release/release-412
Expand Down
35 changes: 35 additions & 0 deletions docs/src/main/sphinx/release/release-415.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Release 415 (26 Apr 2023)

## General

* Improve performance of aggregations with variable file sizes. ({issue}`11361`)

## Web UI

* Add CPU planning time to the query details page. ({issue}`15318`)

## Delta Lake connector

* Add support for commenting on tables and columns with an `id` and `name`
column mapping mode. ({issue}`17139`)
* Add support for `BETWEEN` predicates in table check constraints. ({issue}`17120`)

## Hive connector

* Improve performance of queries with selective filters on primitive fields in
`row` columns. ({issue}`15163`)

## Iceberg connector

* Improve performance of queries with filters when Bloom filter indexes are
present in Parquet files. ({issue}`17192`)
* Fix failure when trying to use `DROP TABLE` on a corrupted table. ({issue}`12318`)

## Kafka connector

* Add support for Protobuf `oneof` types when using the Confluent table
description provider. ({issue}`16836`)

## SPI

* Expose ``planningCpuTime`` in ``QueryStatistics``. ({issue}`15318`)

0 comments on commit 51d858a

Please sign in to comment.