Skip to content
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.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
```{toctree}
:maxdepth: 1

release/release-443
release/release-442
release/release-441
release/release-440
Expand Down
46 changes: 46 additions & 0 deletions docs/src/main/sphinx/release/release-443.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Release 443 (21 Mar 2024)

## General

* Fix formatting of casts from double or real to varchar when running with
non-US locales. ({issue}`21136`)
* Prevent query failure when partial aggregation over decimals with precision
larger than 18 below joins. ({issue}`21099`)

## Delta Lake connector

* Automatically use `timestamp(3)` as type during table creation when other
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mosabua In Delta, Its TIMESTAMP_MICROS which is timestamp(6)

timestamp precision is specified. ({issue}`19336`)
* Ensure all files are deleted when native S3 file system support is enabled. ({issue}`21111`)

## Hive connector

* Reduce coordinator CPU and memory usage. ({issue}`21075`)
* Prevent failures when listing columms of a table that is concurrently dropped
and `sql-standard` authorization is used. ({issue}`21109`)
* Ensure all files are deleted when native S3 file system support is enabled. ({issue}`21111`)

## Hudi connector

* Ensure all files are deleted when native S3 file system support is enabled. ({issue}`21111`)

## Iceberg connector

* Improve storage table cleanup when creating a materialized view fails. ({issue}`20837`)
* Fix dropping materialized views created before Trino 433 when using a Hive
metastore. ({issue}`20837`)
* Fix support for trailing slashes for the `table_location` specified with the
`register_table` procedure. ({issue}`19143`)
* Ensure all files are deleted when native S3 file system support is enabled. ({issue}`21111`)

## Prometheus connector

* Add support for a custom authorization header name. ({issue}`21187`)

## SPI

* Add catalog store support for dynamic catalog storage implementation in
connector plugins. ({issue}`21114`)


Thanks again for presenting at Trino Summit last year .. sending you a reminder to register for Trino Fest in June ..https://trino.io/blog/2024/02/20/announcing-trino-fest-2024