-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Add Trino 426 release notes #18867
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 426 release notes #18867
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,49 @@ | ||
| # Release 426 (5 Sep 2023) | ||
|
|
||
| ## General | ||
|
|
||
| * Add support for `SET SESSION AUTHORIZATION` and `RESET SESSION AUTHORIZATION`. ({issue}`16067`) | ||
| * Add support for automatic type coercion when creating tables. ({issue}`13994`) | ||
| * Improve performance of aggregations over decimal values. ({issue}`18868`) | ||
| * Fix event listener incorrectly reporting output columns for `UPDATE` | ||
| statements with subqueries. ({issue}`18815`) | ||
| * Fix failure when performing an outer join involving geospatial functions in | ||
| the join clause. ({issue}`18860`) | ||
| * Fix failure when querying partitioned tables with a `WHERE` clause that | ||
| contains lambda expressions. ({issue}`18865`) | ||
| * Fix failure for `GROUP BY` queries over `map` and `array` types. ({issue}`18863`) | ||
|
|
||
| ## Security | ||
|
|
||
| * Fix authentication failure with OAuth 2.0 when authentication tokens are | ||
| larger than 4 KB. ({issue}`18836`) | ||
|
|
||
| ## Delta Lake connector | ||
|
|
||
| * Add support for the `TRUNCATE TABLE` statement. ({issue}`18786`) | ||
| * Add support for the `CASCADE` option in `DROP SCHEMA` statements. ({issue}`18333`) | ||
| * Add support for | ||
| [Databricks 13.3 LTS](https://docs.databricks.com/en/release-notes/runtime/13.3lts.html). ({issue}`18888`) | ||
| * Fix writing an incorrect transaction log for partitioned tables with an `id` | ||
| or `name` column mapping mode. ({issue}`18661`) | ||
|
|
||
| ## Hive connector | ||
|
|
||
| * Add the `hive.metastore.thrift.batch-fetch.enabled` configuration property, | ||
| which can be set to `false` to disable batch metadata fetching from the Hive | ||
| metastore. ({issue}`18111`) | ||
| * Fix `ANALYZE` failure when row count stats are missing. ({issue}`18798`) | ||
| * Fix the `hive.target-max-file-size` configuration property being ignored | ||
| when writing to sorted tables. ({issue}`18653`) | ||
| * Fix query failure when reading large SequenceFile, RCFile, or Avro files. ({issue}`18837`) | ||
|
|
||
| ## Iceberg connector | ||
|
|
||
| * Fix the `iceberg.target-max-file-size` configuration property being ignored | ||
|
colebow marked this conversation as resolved.
Outdated
|
||
| when writing to sorted tables. ({issue}`18653`) | ||
|
|
||
| ## SPI | ||
|
|
||
| * Remove the deprecated | ||
| `ConnectorMetadata#dropSchema(ConnectorSession session, String schemaName)` | ||
| method. ({issue}`18839`) | ||
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.