-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Add Trino 430 release notes #19428
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 430 release notes #19428
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,47 @@ | ||
| # Release 430 (20 Oct 2023) | ||
|
|
||
| ## General | ||
|
|
||
| * Improve performance of queries with `GROUP BY`. ({issue}`19302`) | ||
| * Fix incorrect results for queries involving `ORDER BY` and window functions | ||
| with ordered frames. ({issue}`19399`) | ||
| * Fix incorrect results for query involving an aggregation in a correlated | ||
| subquery. ({issue}`19002`) | ||
|
|
||
| ## Security | ||
|
|
||
| * Enforce authorization capability of client when receiving commands `RESET` and | ||
| `SET` for `SESSION AUTHORIZATION`. ({issue}`19217`) | ||
|
|
||
| ## JDBC driver | ||
|
|
||
| * Add support for a `timezone` parameter to set the session timezone. ({issue}`19102`) | ||
|
|
||
| ## Iceberg connector | ||
|
|
||
| * Add an option to require filters on partition columns. This can be enabled by | ||
| setting the ``iceberg.query-partition-filter-required`` configuration property | ||
| or the ``query_partition_filter_required`` session property. ({issue}`17263`) | ||
| * Improve performance when reading partition columns. ({issue}`19303`) | ||
|
|
||
| ## Ignite connector | ||
|
|
||
| * Fix failure when a query contains `LIKE` with `ESCAPE`. ({issue}`19464`) | ||
|
|
||
| ## MariaDB connector | ||
|
|
||
| * Add support for table statistics. ({issue}`19408`) | ||
|
|
||
| ## MongoDB connector | ||
|
|
||
| * Fix incorrect results when a query contains several `<>` or `NOT IN` | ||
| predicates. ({issue}`19404`) | ||
|
|
||
| ## Oracle connector | ||
|
|
||
| * Improve reliability of connecting to the source database. ({issue}`19191`) | ||
|
|
||
| ## SPI | ||
|
|
||
| * Change the Java stack type for a `map` value to `SqlMap` and a `row` value to | ||
| `SqlRow`, which do not implement `Block`. ({issue}`18948`) | ||
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.