-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Add Trino 479 release notes #27153
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 479 release notes #27153
Conversation
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.
|
|
||
| * Update JDK to 25.0.1 ({issue}`27117`) | ||
| * Support automatic TLS certificate generation in the `ANNOUNCE` node discovery mode. ({issue}`27030`) | ||
| * Fix planning failure of certain queries involving empty VALUES. ({issue}`21506`) |
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.
From the point of view of the user, VALUES cannot be empty.
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.
@kasiafi PTAL
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.
From the point of view of the user, VALUES cannot be empty.
True. How about "Fix planning failure of certain queries where part of the plan is optimized to empty values."?
| * Support automatic TLS certificate generation in the `ANNOUNCE` node discovery mode. ({issue}`27030`) | ||
| * Fix planning failure of certain queries involving empty VALUES. ({issue}`21506`) | ||
| * Add support for specifying the location of the Exchange Manager configuration file. ({issue}`26611`) | ||
| * Publish query finishing time event listener. ({issue}`27202`) |
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 Could you sort entries by the following rule?
- New features: Start with Add or Add support for or similar wording
- Performance improvements: Start with Improve or Improve performance or similar wording
- Bug fixes: Start with Fix or Prevent or similar wording
https://trino.io/development/process#release-note-guidelines
|
|
||
| * Support automatic TLS certificate generation in the `ANNOUNCE` node discovery mode. ({issue}`27030`) | ||
| * Add support for specifying the location of the Exchange Manager configuration file. ({issue}`26611`) | ||
| * Publish query finishing time event listener. ({issue}`27202`) |
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.
how about "Add support for finishing time in event listener" @raunaqmorarka
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.
Publish query finishing time in event listener
Description
Additional context and related issues
Release notes
(x) This is not user-visible or is docs only, and no release notes are required.
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
29 Oct 2025
30 Oct 2025
31 Oct 2025
1 Nov 2025
2 Nov 2025
03 Nov 2025
04 Nov 2025
kill_query#27055 ✅ rn ✅ docs05 Nov 2025
06 Nov 2025
RemoveTrivialFilterscallRemoveEmptyUnionBranchesto prune empty union branches. #26349 ❌ rn ✅ docs