-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Add Trino 443 release notes #21178
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 443 release notes #21178
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,46 @@ | ||
| # Release 443 (21 Mar 2024) | ||
|
|
||
| ## General | ||
|
|
||
| * Fix formatting of casts from double or real to varchar when running with | ||
| non-US locales. ({issue}`21136`) | ||
| * Prevent query failure when partial aggregation over decimals with precision | ||
| larger than 18 below joins. ({issue}`21099`) | ||
|
|
||
| ## Delta Lake connector | ||
|
|
||
| * Automatically use `timestamp(3)` as type during table creation when other | ||
| timestamp precision is specified. ({issue}`19336`) | ||
| * Ensure all files are deleted when native S3 file system support is enabled. ({issue}`21111`) | ||
|
|
||
| ## Hive connector | ||
|
|
||
| * Reduce coordinator CPU and memory usage. ({issue}`21075`) | ||
| * Prevent failures when listing columms of a table that is concurrently dropped | ||
| and `sql-standard` authorization is used. ({issue}`21109`) | ||
| * Ensure all files are deleted when native S3 file system support is enabled. ({issue}`21111`) | ||
|
|
||
| ## Hudi connector | ||
|
|
||
| * Ensure all files are deleted when native S3 file system support is enabled. ({issue}`21111`) | ||
|
|
||
| ## Iceberg connector | ||
|
|
||
| * Improve storage table cleanup when creating a materialized view fails. ({issue}`20837`) | ||
| * Fix dropping materialized views created before Trino 433 when using a Hive | ||
| metastore. ({issue}`20837`) | ||
| * Fix support for trailing slashes for the `table_location` specified with the | ||
| `register_table` procedure. ({issue}`19143`) | ||
| * Ensure all files are deleted when native S3 file system support is enabled. ({issue}`21111`) | ||
|
|
||
| ## Prometheus connector | ||
|
|
||
| * Add support for a custom authorization header name. ({issue}`21187`) | ||
|
|
||
| ## SPI | ||
|
|
||
| * Add catalog store support for dynamic catalog storage implementation in | ||
| connector plugins. ({issue}`21114`) | ||
|
|
||
|
|
||
| Thanks again for presenting at Trino Summit last year .. sending you a reminder to register for Trino Fest in June ..https://trino.io/blog/2024/02/20/announcing-trino-fest-2024 | ||
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mosabua In Delta, Its
TIMESTAMP_MICROSwhich istimestamp(6)