Skip to content

Commit

Permalink
Add Trino 439 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
colebow authored and martint committed Feb 15, 2024
1 parent dcc3da1 commit 4e4d099
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-439
release/release-438
release/release-437
release/release-436
Expand Down
45 changes: 45 additions & 0 deletions docs/src/main/sphinx/release/release-439.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Release 439 (15 Feb 2024)

## General

* Fix failure when setting session properties for a catalog with a `.` in its
name. ({issue}`20474`)
* Fix potential out-of-memory query failures when using the experimental scheduler. ({issue}`20694`)
* Fix potential performance regression when dynamic filters are not applied. ({issue}`20709`)

## BigQuery connector

* Fix failure when pushing down predicates into BigQuery views. ({issue}`20627`)

## Delta Lake connector

* Improve performance when reading data by adding support for
[caching data on local storage](/object-storage/file-system-cache). ({issue}`18719`)
* Fix potential crash when reading corrupted Snappy data. ({issue}`20631`)

## Hive connector

* {{breaking}} Improve performance of caching data on local storage. Deprecate
the `hive.cache.enabled` configuration property in favor of
[`fs.cache.enabled`](/object-storage/file-system-cache). ({issue}`20658`, {issue}`20102`)
* Fix query failure when a value has not been specified for the
`orc_bloom_filter_fpp` table property. ({issue}`16589`)
* Fix potential query failure when writing ORC files. ({issue}`20587`)
* Fix potential crash when reading corrupted Snappy data. ({issue}`20631`)

## Hudi connector

* Fix potential crash when reading corrupted Snappy data. ({issue}`20631`)

## Iceberg connector

* Improve performance when reading data by adding support for
[caching data on local storage](/object-storage/file-system-cache). ({issue}`20602`)
* Fix query failure when a value has not been specified for the
`orc_bloom_filter_fpp` table property. ({issue}`16589`)
* Fix potential query failure when writing ORC files. ({issue}`20587`)
* Fix potential crash when reading corrupted Snappy data. ({issue}`20631`)

## Redshift connector

* Fix potential crash when reading corrupted Snappy data. ({issue}`20631`)

0 comments on commit 4e4d099

Please sign in to comment.