Skip to content
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

Add Trino 466 release notes #24208

Merged
merged 1 commit into from
Nov 28, 2024
Merged

Add Trino 466 release notes #24208

merged 1 commit into from
Nov 28, 2024

Conversation

mosabua
Copy link
Member

@mosabua mosabua commented Nov 20, 2024

Description

Assemble the release notes for the upcoming Trino 466 release.

Additional context and related issues

See https://github.com/trinodb/trino/pulls?q=is%3Apr+is%3Aclosed+milestone%3A466

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

21 Nov 2024

22 Nov 2024

23 Nov 2024

24 Nov 2024

25 Nov 2024

26 Nov 2024

27 Nov 2024

@djsstarburst
Copy link
Member

djsstarburst commented Nov 25, 2024

Good point, @mosabua. A better title for the change would be: "In SQL MERGE change only updated columns". And note that in this release it works only in the Phoenix connector.

docs/src/main/sphinx/release/release-466.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/release/release-466.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/release/release-466.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/release/release-466.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/release/release-466.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/release/release-466.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/release/release-466.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/release/release-466.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/release/release-466.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/release/release-466.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/release/release-466.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/release/release-466.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/release/release-466.md Outdated Show resolved Hide resolved
* Add support for changing field types inside a map. ({issue}`24248`)
* Improve performance of queries with selective joins. ({issue}`24277`)
* Improve performance of querying `system.jdbc.tables`. ({issue}`24110`)
* Fix failure when reading tables where a nested field has schema changes on
Copy link
Member

Choose a reason for hiding this comment

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

What does "nested field has schema changes" mean?

Copy link
Member Author

Choose a reason for hiding this comment

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

I think this is related to the other change about nested fields

Copy link
Member

Choose a reason for hiding this comment

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

The grammar seems off, too. How about this, assuming I'm interpreting the entry correctly:

Fix failure when reading reading columns containing nested row types that differ from the schema of the underlying Parquet data.

docs/src/main/sphinx/release/release-466.md Outdated Show resolved Hide resolved
@mosabua mosabua marked this pull request as ready for review November 27, 2024 20:44
@mosabua mosabua force-pushed the rn466 branch 5 times, most recently from 3b608c3 to 889bfd9 Compare November 27, 2024 22:09
the JDBC driver. ({issue}`24214`)
* Improve decompression performance when running the client with Java 22 or
newer. ({issue}`24263`)
* Improve performance of querying catalog metadata from `system.jdbc.tables`.
Copy link
Member

Choose a reason for hiding this comment

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

Instead of mentioning the underlying table (which is an implementation detail of the driver), describe which API is now faster.

* Add support for changing field types inside a map. ({issue}`24248`)
* Improve performance of queries with selective joins. ({issue}`24277`)
* Improve performance of querying `system.jdbc.tables`. ({issue}`24110`)
* Fix failure when reading tables where a nested field has schema changes on
Copy link
Member

Choose a reason for hiding this comment

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

The grammar seems off, too. How about this, assuming I'm interpreting the entry correctly:

Fix failure when reading reading columns containing nested row types that differ from the schema of the underlying Parquet data.

docs/src/main/sphinx/release/release-466.md Outdated Show resolved Hide resolved
@mosabua mosabua merged commit d00d4d0 into trinodb:master Nov 28, 2024
4 of 5 checks passed
@mosabua mosabua deleted the rn466 branch November 28, 2024 00:05
@github-actions github-actions bot added this to the 466 milestone Nov 28, 2024
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.

6 participants