Skip to content

Commit

Permalink
Add Trino 460 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Oct 2, 2024
1 parent 30cffd1 commit 410b58e
Show file tree
Hide file tree
Showing 2 changed files with 53 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-460
release/release-459
release/release-458
release/release-457
Expand Down
52 changes: 52 additions & 0 deletions docs/src/main/sphinx/release/release-460.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# Release 460 (2 Oct 2024)

## Atop connector

* {{breaking}} Remove the Atop connector. ({issue}`23550`)

## ClickHouse connector

* Improve performance of listing columns. ({issue}`23429`)
* Improve performance for queries comparing `varchar` columns. ({issue}`23558`)
* Improve performance for queries using `varchar` columns for `IN` comparisons. ({issue}`23581`)
* Improve performance for queries with complex expression for `LIKE` clauses. ({issue}`23591`)

## Delta Lake connector

* Add support for using an [Alluxio cluster as file system
cache](/object-storage/file-system-alluxio). ({issue}`21603`)
* Add support for WASBS to [](/object-storage/file-system-azure). ({issue}`23548`)
* Fix writing of bloom filter columns in Parquet files. ({issue}`22701`)

## Hive connector

* Add support for using an [Alluxio cluster as file system
cache](/object-storage/file-system-alluxio). ({issue}`21603`)
* Add support for WASBS to [](/object-storage/file-system-azure). ({issue}`23548`)
* Fix writing of bloom filter columns in Parquet files. ({issue}`22701`)

## Hudi connector

* Add support for WASBS to [](/object-storage/file-system-azure). ({issue}`23548`)

## Iceberg connector

* Add support for using an [Alluxio cluster as file system
cache](/object-storage/file-system-alluxio). ({issue}`21603`)
* Add support for WASBS to [](/object-storage/file-system-azure). ({issue}`23548`)
* Ensure table columns are cached in Glue even when table comment is too long. ({issue}`23483`)
* Reduce planning time for queries on tables with a large number of structural
type fields. ({issue}`23451`)
* Fix writing of bloom filter columns in Parquet files. ({issue}`22701`)

## Oracle connector

* Improve performance for queries casting `char` or `varchar` columns. ({issue}`22728`)

## Raptor connector

* {{breaking}} Remove the Raptor connector. ({issue}`23588`)

## SQL Server connector

* Improve performance of listing columns. ({issue}`23429`)

0 comments on commit 410b58e

Please sign in to comment.