Skip to content

Conversation

ebyhr
Copy link
Member

@ebyhr ebyhr commented Sep 26, 2025

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

26 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

10 Oct 2025

12 Oct 2025

13 Oct 2025

14 Oct 2025

15 Oct 2025

16 Oct 2025

@wendigo
Copy link
Contributor

wendigo commented Sep 27, 2025

@ebyhr I've added two more entries

@ebyhr ebyhr force-pushed the ebi/release-note-478 branch 3 times, most recently from e51817f to 76113ca Compare October 2, 2025 01:37

## Delta Lake connector

* Fix failure when reading `NULL` map on `json` type. ({issue}`26700`)
Copy link
Member

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?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

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"

Copy link
Member Author

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 …"

Copy link
Contributor

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"

@ebyhr ebyhr force-pushed the ebi/release-note-478 branch 3 times, most recently from 72cb5a4 to f11e381 Compare October 4, 2025 01:18
@ebyhr ebyhr requested a review from Copilot October 4, 2025 23:55
Copy link

@Copilot Copilot AI left a 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)
Copy link

Copilot AI Oct 4, 2025

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.

Suggested change
# Release 478 (dd Oct 2025)
# Release 478 (3 Jun 2024)

Copilot uses AI. Check for mistakes.

@ebyhr ebyhr force-pushed the ebi/release-note-478 branch 3 times, most recently from 60a2313 to 57aaf2c Compare October 10, 2025 00:15
@ebyhr ebyhr force-pushed the ebi/release-note-478 branch 4 times, most recently from b011102 to 7299817 Compare October 16, 2025 06:32
* 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`)
Copy link
Contributor

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`)
Copy link
Contributor

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 ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc: @homar

Copy link
Member

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 ?

@ebyhr
Copy link
Member Author

ebyhr commented Oct 16, 2025

@wendigo Please feel free to edit this PR directly.

@wendigo
Copy link
Contributor

wendigo commented Oct 16, 2025

@ebyhr i didn't want to do that to avoid conflicts

@ebyhr ebyhr force-pushed the ebi/release-note-478 branch from 7299817 to 17a3492 Compare October 16, 2025 10:17
Co-authored-by: Mateusz "Serafin" Gajewski <[email protected]>
@ebyhr ebyhr force-pushed the ebi/release-note-478 branch from 17a3492 to fc92c59 Compare October 16, 2025 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

5 participants