-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Add Trino 471 release notes #24920
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 471 release notes #24920
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
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 |
|---|---|---|
|
|
@@ -6,6 +6,7 @@ | |
| ```{toctree} | ||
| :maxdepth: 1 | ||
|
|
||
| release/release-471 | ||
| release/release-470 | ||
| release/release-469 | ||
| ``` | ||
|
|
||
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,65 @@ | ||
| # Release 471 (19 Feb 2025) | ||
|
|
||
| ## General | ||
|
|
||
| * Add [](/functions/ai) for textual tasks on data using OpenAI, Anthropic, or | ||
| other LLMs using Ollama as backend. ({issue}`25028`) | ||
| * Include split count and total split distribution time in the `EXPLAIN ANALYZE` | ||
| output. ({issue}`25028`) | ||
| * Add support for JSON logging format to console with `log.console-format=JSON`. ({issue}`25081`) | ||
| * Support additional Python libraries for use with Python user-defined | ||
| functions. ({issue}`25058`) | ||
| * Improve performance for Python user-defined functions. ({issue}`25058`) | ||
|
mosabua marked this conversation as resolved.
Outdated
|
||
| * Improve performance for queries involving `ORDER BY ... LIMIT`. ({issue}`24937`) | ||
| * Prevent failures when fault-tolerant execution is configured with an exchange | ||
| manager that uses Azure storage with workload identity. ({issue}`25063`) | ||
|
|
||
| ## Server RPM | ||
|
|
||
| * Remove RPM package. Use the tarball or container image instead, or build an | ||
| RPM with the setup in the [trino-packages | ||
| repository](https://github.com/trinodb/trino-packages). ({issue}`24997`) | ||
|
|
||
| ## Security | ||
|
|
||
| * Ensure that custom XML configuration files specified in the | ||
| `access-control.properties` file are used during Ranger access control plugin | ||
| initialization. ({issue}`24887`) | ||
|
|
||
| ## Delta Lake connector | ||
|
|
||
| * Add support for reading `variant` type. ({issue}`22309`) | ||
| * Add [](/object-storage/file-system-local). ({issue}`25006`) | ||
| * Support reading cloned tables. ({issue}`24946`) | ||
| * Add support for configuring `s3.storage-class` when writing objects to S3. ({issue}`24698`) | ||
|
mosabua marked this conversation as resolved.
Outdated
|
||
| * Fix failures when writing large checkpoint files. ({issue}`25011`) | ||
|
|
||
| ## Hive connector | ||
|
|
||
| * Add [](/object-storage/file-system-local). ({issue}`25006`) | ||
| * Add support for configuring `s3.storage-class` when writing objects to S3. ({issue}`24698`) | ||
| * Fix reading restored S3 glacier objects when the configuration property | ||
| `hive.s3.storage-class-filter` is set to `READ_NON_GLACIER_AND_RESTORED`. ({issue}`24947`) | ||
|
|
||
| ## Hudi connector | ||
|
|
||
| * Add [](/object-storage/file-system-local). ({issue}`25006`) | ||
| * Add support for configuring `s3.storage-class` when writing objects to S3. ({issue}`24698`) | ||
|
|
||
| ## Iceberg connector | ||
|
|
||
| * Add [](/object-storage/file-system-local). ({issue}`25006`) | ||
| * Add support for [S3 Tables](https://aws.amazon.com/s3/features/tables/). ({issue}`24815`) | ||
| * Add support for configuring `s3.storage-class` when writing objects to S3. ({issue}`24698`) | ||
| * Improve conflict detection to avoid failures from concurrent `MERGE` queries | ||
| on Iceberg tables. ({issue}`24470`) | ||
| * Ensure that the `task.max-writer-count` configuration is respected for write | ||
| operations on partitioned tables. ({issue}`25068`) | ||
|
|
||
| ## MongoDB connector | ||
|
|
||
| * Fix failures caused by tables with case-sensitive name conflicts. ({issue}`24998`) | ||
|
|
||
| ## SPI | ||
|
|
||
| * Remove `Connector.getInitialMemoryRequirement()`. ({issue}`25055`) | ||
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.