-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Add Trino 451 release notes #22504
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 451 release notes #22504
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
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,52 @@ | ||
| # Release 451 (27 June 2024) | ||
|
|
||
| ## General | ||
|
|
||
| * Add support for configuring a proxy for the S3 native filesystem with the | ||
| `s3.http-proxy.username`, `s3.http-proxy.password`, | ||
| `s3.http-proxy.non-proxy-hosts`, and `s3.http-proxy.preemptive-basic-auth` | ||
| configuration properties. ({issue}`22207`) | ||
| * Add support for the {func}`t_pdf` and {func}`t_cdf` functions. ({issue}`22507`) | ||
| * Improve performance of reading JSON array data. ({issue}`22379`) | ||
| * Improve performance of certain queries involving the {func}`row_number`, | ||
| {func}`rank`, or {func}`dense_rank` window functions with partitioning and | ||
| filters. ({issue}`22509`) | ||
| * Fix error when reading empty files with the native S3 file system. ({issue}`22469`) | ||
| * Fix rare error where query execution could hang when fault-tolerant execution | ||
|
martint marked this conversation as resolved.
Outdated
|
||
| is enabled. ({issue}`22472`) | ||
| * Fix incorrect results for CASE expressions of the form | ||
| `CASE WHEN ... THEN true ELSE false END`. ({issue}`22530`) | ||
|
|
||
| ## Delta Lake connector | ||
|
|
||
| * Improve performance of reading from Parquet files with large schemas. ({issue}`22451`) | ||
|
|
||
| ## Hive connector | ||
|
|
||
| * Improve performance of reading from Parquet files with large schemas. ({issue}`22451`) | ||
|
|
||
| ## Hudi connector | ||
|
|
||
| * Improve performance of reading from Parquet files with large schemas. ({issue}`22451`) | ||
|
|
||
| ## Iceberg connector | ||
|
|
||
| * Add support for incremental refresh for basic materialized views. ({issue}`20959`) | ||
| * Add support for adding and dropping fields inside an array. ({issue}`22232`) | ||
| * Add support for specifying a resource | ||
| [prefix](https://github.com/apache/iceberg/blob/a47937c0c1fcafe57d7dc83551d8c9a3ce0ab1b9/open-api/rest-catalog-open-api.yaml#L1449-L1455) | ||
| in the Iceberg REST catalog. ({issue}`22441`) | ||
| * Add support for partitioning on nested `ROW` fields. ({issue}`15712`) | ||
| * Add support for writing Parquet Bloom filters. ({issue}`21570`) | ||
| * Add support for uppercase characters in the `partitioning` table property. ({issue}`12668`) | ||
| * Improve performance of reading from Parquet files with large schemas. ({issue}`22451`) | ||
|
|
||
| ## Kudu connector | ||
|
|
||
| * Add support for the Kudu `DATE` type. ({issue}`22497`) | ||
| * Fix query failure when a filter is applied on a `varbinary` column. ({issue}`22496`) | ||
|
|
||
| ## SPI | ||
|
|
||
| * Add a `Connector.getInitialMemoryRequirement()` API for pre-allocating memory | ||
| during catalog initialization. ({issue}`22197`) | ||
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.