-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Add Trino 478 release note #26726
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
base: master
Are you sure you want to change the base?
Add Trino 478 release note #26726
Conversation
7ba941a
to
64e2c9c
Compare
@ebyhr I've added two more entries |
e51817f
to
76113ca
Compare
|
||
## Delta Lake connector | ||
|
||
* Fix failure when reading `NULL` map on `json` type. ({issue}`26700`) |
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.
Json doesn’t have a concept of maps, so what what’s a null map?
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.
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.
it fixed the issue with reading map columns where the value type is json and the value is null
How about "Fix reading map type when value type is json and value is null
"
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.
@chenjian2664 Please rephrase to clarify whether it was a failure or a correctness issue. It should start with either "Fix failure when ..." or "Fix incorrect results when …"
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.
Thanks.
It is a failure, so should be "Fix failure when reading map type with value type is json and value is null
"
72cb5a4
to
f11e381
Compare
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.
Pull Request Overview
This PR adds the release notes for Trino version 478, documenting new features, bug fixes, and improvements across various components and connectors.
- Creates a comprehensive release notes document for version 478 with changes across general functionality, web UI, Docker, and multiple connectors
- Adds the new release notes file to the documentation index to make it accessible
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
File | Description |
---|---|
docs/src/main/sphinx/release/release-478.md | New release notes document containing features and fixes for Trino 478 |
docs/src/main/sphinx/release.md | Updated table of contents to include the new release-478 entry |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
@@ -0,0 +1,106 @@ | |||
# Release 478 (dd Oct 2025) |
Copilot
AI
Oct 4, 2025
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.
The release date placeholder 'dd Oct 2025' should be replaced with the actual release date.
# Release 478 (dd Oct 2025) | |
# Release 478 (3 Jun 2024) |
Copilot uses AI. Check for mistakes.
60a2313
to
57aaf2c
Compare
b011102
to
7299817
Compare
* Add `allowed-retry-policies` configuration property to specify which retry | ||
policies can be selected by user. ({issue}`26628`) | ||
* Add support for loading plugins from multiple directories. ({issue}`26855`) | ||
* Allow to drop catalog that failed to load correctly. ({issue}`26918`) |
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.
to drop uninitialized catalog that failed to load
maybe ?
* Improve performance of queries with `ORDER BY`. ({issue}`26725`) | ||
* Improve performance of `MERGE` statement involving `NOT MATCHED` case. ({issue}`26759`) | ||
* Fix potential incorrect results when reading `row` type. ({issue}`26806`) | ||
* Make `metadata.catalogs` table return all catalogs. ({issue}`26918`) |
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.
what's the difference from previous state? maybe add something like including uninitialized ones
?
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.
cc: @homar
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.
including uninitialized ones
sounds good, should I make a change ?
@wendigo Please feel free to edit this PR directly. |
@ebyhr i didn't want to do that to avoid conflicts |
7299817
to
17a3492
Compare
Co-authored-by: Mateusz "Serafin" Gajewski <[email protected]>
17a3492
to
fc92c59
Compare
Description
Assemble the release notes for the upcoming Trino 478 release.
Additional context and related issues
See https://github.com/trinodb/trino/pulls?q=is%3Apr+is%3Aclosed+milestone%3A478
Release notes
(x) This is not user-visible or is docs only, and no release notes are required.
Verification for each pull request
Format: PR/issue number, ✅ / ❌ rn ✅ / ❌ docs
✅ rn - release note added and verified, or assessed to be not necessary, set to ❌ rn before completion
✅ docs - need for docs assessed and merged, or assessed to be not necessary, set to ❌ docs before completion
25 Sep 2025
VendedCredentials
withFileSystemCredentials
#26699 ✅ rn ✅ docs26 Sep 2025
28 Sep 2025
29 Sep 2025
30 Sep 2025
01 Oct 2025
02 Oct 2025
03 Oct 2025
04 Oct 2025
05 Oct 2025
06 Oct 2025
07 Oct 2025
08 Oct 2025
09 Oct 2025
plugin.dir
#26855 ✅ rn ✅ docs10 Oct 2025
12 Oct 2025
13 Oct 2025
14 Oct 2025
gcs.auth-type
configuration #26681 ✅ rn ✅ docs15 Oct 2025
TestIcebergS3TablesConnectorSmokeTest.testSelectInformationSchemaTables
#26958 ✅ rn ✅ docs16 Oct 2025