-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Add Trino 466 release notes #24208
Conversation
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. |
* 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 |
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 does "nested field has schema changes" mean?
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.
I think this is related to the other change about nested fields
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 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.
3b608c3
to
889bfd9
Compare
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`. |
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.
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 |
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 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.
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
system.jdbc.tables
for Hive, Iceberg, and Delta #24110 ❌ rn ✅ docsDefaultQueryBuilder.getFrom
to protected for easier extension #24232 ✅ rn ✅ docs23 Nov 2024
24 Nov 2024
25 Nov 2024
26 Nov 2024
27 Nov 2024