Skip to content

Commit

Permalink
Add Trino 448 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
colebow committed May 15, 2024
1 parent ec4f933 commit f7df594
Show file tree
Hide file tree
Showing 2 changed files with 46 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-448
release/release-447
release/release-446
release/release-445
Expand Down
45 changes: 45 additions & 0 deletions docs/src/main/sphinx/release/release-448.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Release 448 (15 May 2024)

## General

* Fix query failure when reading columns with names that contain only
non-alphanumeric characters. ({issue}`21833`)
* Fix potential incorrect results for queries with complex predicates. ({issue}`21887`)
* Fix potential loss of a query completion event when multiple queries fail at
the same time. ({issue}`21896`)
* Fix startup failure when fault-tolerant execution is enabled with Google
Cloud Storage exchange. ({issue}`21951`)
* Fix potential failure when queries contain `try_cast`. ({issue}`21952`)
* Fix graceful shutdown potentially hanging indefinitely when a worker node has
crashed. ({issue}`18329`)

## Delta Lake connector

* Add support for caching Glue metadata. ({issue}`20657`)
* Update Glue to V2 REST interface. The old implementation can be temporarily
restored by setting the `hive.metastore` configuration property to `glue-v1`. ({issue}`20657`)
* Improve performance of reading from Parquet files. ({issue}`21465`)

## Hive connector

* Add support for reading integers and timestamps in Parquet files as `DOUBLE`
and `VARCHAR` columns, respectively, in Trino. ({issue}`21509`)
* Add support for caching Glue metadata. ({issue}`20657`)
* Update Glue to V2 REST interface. The old implementation can be temporarily
restored by setting the `hive.metastore` configuration property to `glue-v1`. ({issue}`20657`)
* Improve performance of reading from Parquet files. ({issue}`21465`)
* Fix potential failure when reading ORC files larger than 2GB. ({issue}`21587`)

## Hudi connector

* Improve performance of reading from Parquet files. ({issue}`21465`)
* Fix potential failure when reading ORC files larger than 2GB. ({issue}`21587`)

## Iceberg connector

* Improve performance of reading from Parquet files. ({issue}`21465`)
* Fix potential failure when reading ORC files larger than 2GB. ({issue}`21587`)

## Phoenix connector

* Remove incorrect type mapping for `TIME` values. ({issue}`21879`)

0 comments on commit f7df594

Please sign in to comment.