-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Add Trino 422 release notes #18249
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 422 release notes #18249
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 422 (12 Jul 2023) | ||
|
|
||
| ## General | ||
|
|
||
| * Add support for adding nested fields with an `ADD COLUMN` statement. ({issue}`16248`) | ||
| * Improve performance of `INSERT` and `CREATE TABLE AS ... SELECT` queries. ({issue}`18005`) | ||
| * Prevent queries from hanging when worker nodes fail and the | ||
| `task.retry-policy` configuration property is set to `TASK`. ({issue}`18175 `) | ||
|
|
||
| ## Security | ||
|
|
||
| * Add support for validating JWT types with OAuth 2.0 authentication. ({issue}`17640`) | ||
| * Fix error when the `http-server.authentication.type` configuration property | ||
| is set to `oauth2` or `jwt` and the `principal-field` property's value | ||
| differs. ({issue}`18210`) | ||
|
|
||
| ## BigQuery connector | ||
|
|
||
| * Add support for writing to columns with a `timestamp(p) with time zone` type. ({issue}`17793`) | ||
|
|
||
| ## Delta Lake connector | ||
|
|
||
| * Add support for renaming columns. ({issue}`15821`) | ||
| * Improve performance of reading from tables with a large number of | ||
| [checkpoints](https://docs.delta.io/latest/delta-batch.html#-data-retention). ({issue}`17405`) | ||
| * Disallow using the `vacuum` procedure when the max | ||
| [writer version](https://docs.delta.io/latest/versioning.html#features-by-protocol-version) | ||
| is above 5. ({issue}`18095`) | ||
|
|
||
| ## Hive connector | ||
|
|
||
| * Add support for reading the `timestamp with local time zone` Hive type. ({issue}`1240`) | ||
| * Add a native Avro file format writer. This can be disabled with the | ||
|
||
| `avro.native-writer.enabled` configuration property or the | ||
| `avro_native_writer_enabled` session property. ({issue}`18064`) | ||
| * Fix query failure when the `hive.recursive-directories` configuration property | ||
| is set to true and partition names contain non-alphanumeric characters. ({issue}`18167`) | ||
|
|
||
| ## Iceberg connector | ||
|
|
||
| * Add support for adding nested fields with an `ADD COLUMN` statement. ({issue}`16248`) | ||
| * Change the default file format to Parquet. The `iceberg.file-format` | ||
mosabua marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| catalog configuration property can be used to specify a different default file | ||
| format. ({issue}`18170`) | ||
| * Improve performance of reading `row` types from Parquet files. ({issue}`17387`) | ||
| * Fix failure when writing to tables sorted on `UUID` or `TIME` types. ({issue}`18136`) | ||
|
|
||
| ## Redshift connector | ||
|
|
||
| * Prevent returning incorrect results by throwing an error when encountering | ||
| unsupported types. Previously, the query would fall back to the legacy type | ||
| mapping. ({issue}`18209`) | ||
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.