-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Add Trino 470 release notes #24824
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
Merged
Merged
Add Trino 470 release notes #24824
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
```{toctree} | ||
:maxdepth: 1 | ||
|
||
release/release-470 | ||
release/release-469 | ||
``` | ||
|
||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
# Release 470 (5 Feb 2025) | ||
|
||
## General | ||
|
||
* Add [](/connector/duckdb). ({issue}`18031`) | ||
* Add [](/connector/loki). ({issue}`23053`) | ||
* Add support for `WITH SESSION` to set per-query session properties with | ||
`SELECT` queries. ({issue}`24889`) | ||
* Improve compatibility of fault-tolerant exchange storage with S3-compliant | ||
object stores. ({issue}`24822`) | ||
* Allow skipping directory schema validation to improve compatibility of | ||
fault-tolerant exchange storage with HFDS-like file systems. This can be | ||
configured with the `exchange.hdfs.skip-directory-scheme-validation` property. ({issue}`24627`) | ||
* Export JMX metric for `blockedQueries`. ({issue}`24907`) | ||
* {{breaking}} Remove support for the `optimize_hash_generation` session | ||
property and the `optimizer.optimize-hash-generation` configuration option. | ||
({issue}`24792`) | ||
* Fix failure when using upper-case variable names in SQL user-defined | ||
functions. ({issue}`24460`) | ||
* Prevent failures of the {func}`array_histogram` function when the input | ||
contains null values. ({issue}`24765`) | ||
|
||
## JDBC driver | ||
|
||
* {{breaking}} Raise minimum runtime requirement to Java 11. ({issue}`23639`) | ||
|
||
## CLI | ||
|
||
* {{breaking}} Raise minimum runtime requirement to Java 11. ({issue}`23639`) | ||
|
||
## Delta Lake connector | ||
|
||
* Prevent connection leakage when using the Azure Storage file system. ({issue}`24116`) | ||
* Deprecate use of the legacy file system support for Azure Storage, Google | ||
Cloud Storage, IBM Cloud Object Storage, S3 and S3-compatible object storage | ||
systems. Use the migration guides for [Azure | ||
Storage](fs-legacy-azure-migration), [Google Cloud | ||
Storage](fs-legacy-gcs-migration), and [S3](fs-legacy-s3-migration) to assist | ||
if you have not switched from legacy support. ({issue}`24878`) | ||
* Fix potential table corruption when using the `vacuum` procedure. ({issue}`24872`) | ||
|
||
## Faker connector | ||
|
||
* [Derive constraints](faker-statistics) from source data when using `CREATE TABLE ... AS SELECT`. ({issue}`24585`) | ||
|
||
## Hive connector | ||
|
||
* Deprecate use of the legacy file system support for Azure Storage, Google | ||
Cloud Storage, IBM Cloud Object Storage, S3 and S3-compatible object storage | ||
systems. Use the migration guides for [Azure | ||
Storage](fs-legacy-azure-migration), [Google Cloud | ||
Storage](fs-legacy-gcs-migration), and [S3](fs-legacy-s3-migration) to assist | ||
if you have not switched from legacy support. ({issue}`24878`) | ||
* Prevent connection leakage when using the Azure Storage file system. ({issue}`24116`) | ||
* Fix NullPointerException when listing tables on Glue. ({issue}`24834`) | ||
|
||
## Hudi connector | ||
|
||
* Deprecate use of the legacy file system support for Azure Storage, Google | ||
Cloud Storage, IBM Cloud Object Storage, S3 and S3-compatible object storage | ||
systems. Use the migration guides for [Azure | ||
Storage](fs-legacy-azure-migration), [Google Cloud | ||
Storage](fs-legacy-gcs-migration), and [S3](fs-legacy-s3-migration) to assist | ||
if you have not switched from legacy support. ({issue}`24878`) | ||
* Prevent connection leakage when using the Azure Storage file system. ({issue}`24116`) | ||
|
||
## Iceberg connector | ||
|
||
* Add the [optimize_manifests](iceberg-optimize-manifests) table procedure. ({issue}`14821`) | ||
* Allow configuration of the number of commit retries with the | ||
`max_commit_retry` table property. ({issue}`22672`) | ||
* Allow caching of table metadata when using the Hive metastore. ({issue}`13115`) | ||
* Deprecate use of the legacy file system support for Azure Storage, Google | ||
Cloud Storage, IBM Cloud Object Storage, S3 and S3-compatible object storage | ||
systems. Use the migration guides for [Azure | ||
Storage](fs-legacy-azure-migration), [Google Cloud | ||
Storage](fs-legacy-gcs-migration), and [S3](fs-legacy-s3-migration) to assist | ||
if you have not switched from legacy support. ({issue}`24878`) | ||
* Prevent connection leakage when using the Azure Storage file system. ({issue}`24116`) | ||
* Fix failure when adding a new column with a name containing a dot. ({issue}`24813`) | ||
* Fix failure when reading from tables with [equality | ||
deletes](https://iceberg.apache.org/spec/#equality-delete-files) with nested | ||
fields. ({issue}`18625`) | ||
* Fix failure when reading `$entries` and `$all_entries` tables using [equality | ||
deletes](https://iceberg.apache.org/spec/#equality-delete-files). ({issue}`24775`) | ||
|
||
## JMX connector | ||
|
||
* Prevent missing metrics values when MBeans in coordinator and workers do not | ||
match. ({issue}`24908`) | ||
|
||
## Kinesis connector | ||
|
||
* {{breaking}} Remove the Kinesis connector. ({issue}`23923`) | ||
|
||
## MySQL connector | ||
|
||
* Add support for `MERGE` statement. ({issue}`24428`) | ||
* Prevent writing of invalid, negative date values. ({issue}`24809`) | ||
mosabua marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
||
## PostgreSQL connector | ||
|
||
* Raise minimum required version to PostgreSQL 12. ({issue}`24836`) | ||
mosabua marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.