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 415 release notes #17234

Merged
merged 1 commit into from
Apr 27, 2023
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.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
colebow marked this conversation as resolved.
Show resolved Hide resolved
`row` columns. ({issue}`15163`)

## Iceberg connector

* Improve performance of queries with filters when Bloom filter indexes are
colebow marked this conversation as resolved.
Show resolved Hide resolved
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`)