-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Add Trino 459 release notes #23484
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 459 release notes #23484
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
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
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
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,89 @@ | ||
| # Release 459 (25 Sep 2024) | ||
|
|
||
| ## General | ||
|
|
||
| * Fix possible query failure when `retry_policy` is set to `TASK` and when | ||
| adaptive join reordering is enabled. ({issue}`23407`) | ||
|
|
||
| ## Docker image | ||
|
|
||
| * Update Java runtime to Java 23. ({issue}`23482`) | ||
|
|
||
| ## CLI | ||
|
|
||
| * Display data sizes and rates with binary (1024-based) abbreviations such as | ||
| `KiB` and `MiB`. Add flag `--decimal-data-size` to use decimal (1000-based) | ||
| values and abbreviations such as `KB` and `MB`. (#13054) | ||
|
|
||
| ## BigQuery connector | ||
|
|
||
| * Improve performance of queries that access only a subset of fields from nested | ||
| data. ({issue}`23443`) | ||
| * Fix query failure when the `bigquery.service-cache-ttl` property isn't `0ms` | ||
| and case insensitive name matching is enabled. ({issue}`23481`) | ||
|
|
||
| ## ClickHouse connector | ||
|
|
||
| * Improve performance for queries involving conditions with `varchar` data. ({issue}`23516`) | ||
|
|
||
| ## Delta Lake connector | ||
|
|
||
| * Allow configuring maximum concurrent HTTP requests to Azure on every node in | ||
| [](/object-storage/file-system-azure) with `azure.max-http-requests`. | ||
| ({issue}`22915`) | ||
| * Add support for WASB to [](/object-storage/file-system-azure). ({issue}`23511`) | ||
| * Allow disabling caching of Delta Lake transaction logs when file system caching | ||
| is enabled with the `delta.fs.cache.disable-transaction-log-caching` property. ({issue}`21451`) | ||
| * Improve cache hit ratio for the [](/object-storage/file-system-cache). ({issue}`23172`) | ||
| * Fix incorrect results when writing [deletion | ||
| vectors](https://docs.delta.io/latest/delta-deletion-vectors.html). ({issue}`23229`) | ||
| * Fix failures for queries with containing aggregations with a `DISTINCT` | ||
| clause on metadata tables. ({issue}`23529`) | ||
|
|
||
| ## Elasticsearch connector | ||
|
|
||
| * Fix failures for `count(*)` queries with predicates containing non-ASCII | ||
mosabua marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| strings. ({issue}`23425`) | ||
|
|
||
| ## Hive connector | ||
|
|
||
| * Allow configuring maximum concurrent HTTP requests to Azure on every node in | ||
| [](/object-storage/file-system-azure) with `azure.max-http-requests`. | ||
| ({issue}`22915`) | ||
| * Add support for WASB to [](/object-storage/file-system-azure). ({issue}`23511`) | ||
| * Improve cache hit ratio for the [](/object-storage/file-system-cache). ({issue}`23172`) | ||
| * Fix failures for queries with containing aggregations with a `DISTINCT` | ||
| clause on metadata tables. ({issue}`23529`) | ||
|
|
||
| ## Hudi connector | ||
|
|
||
| * Allow configuring maximum concurrent HTTP requests to Azure on every node in | ||
| [](/object-storage/file-system-azure) with `azure.max-http-requests`. | ||
| ({issue}`22915`) | ||
| * Add support for WASB to [](/object-storage/file-system-azure). ({issue}`23511`) | ||
| * Fix failures for queries with containing aggregations with a `DISTINCT` | ||
| clause on metadata tables. ({issue}`23529`) | ||
|
|
||
| ## Iceberg connector | ||
|
|
||
| * Allow configuring maximum concurrent HTTP requests to Azure on every node in | ||
| [](/object-storage/file-system-azure) with `azure.max-http-requests`. | ||
| ({issue}`22915`) | ||
| * Add support for WASB to [](/object-storage/file-system-azure). ({issue}`23511`) | ||
| * Improve cache hit ratio for the [](/object-storage/file-system-cache). ({issue}`23172`) | ||
| * Fix failures for queries with containing aggregations with a `DISTINCT` | ||
| clause on metadata tables. ({issue}`23529`) | ||
|
|
||
| ## Local file connector | ||
|
|
||
| * {{breaking}} Remove the local file connector. ({issue}`23556`) | ||
|
|
||
| ## OpenSearch connector | ||
|
|
||
| * Fix failures for `count(*)` queries with predicates containing non-ASCII | ||
| strings. ({issue}`23425`) | ||
|
|
||
| ## SPI | ||
|
|
||
| * Add `ConnectorAccessControl` argument to the | ||
| `ConnectorMetadata.getTableHandleForExecute` method. ({issue}`23524`) | ||
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.