-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Update Trino 478 release notes #27145
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
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR updates the Trino 478 release notes by adding two new bullet entries: a fix for the flush_metadata_cache procedure when metastore impersonation is enabled, and a performance enhancement for ALTER TABLE EXECUTE OPTIMIZE on bucket‐partitioned Hudi tables. Sequence diagram for flush_metadata_cache procedure fix with metastore impersonationsequenceDiagram
participant User
participant Trino
participant Metastore
User->>Trino: Call flush_metadata_cache procedure
Trino->>Metastore: Request cache flush (with impersonation enabled)
Metastore-->>Trino: Confirm cache flush
Trino-->>User: Procedure completes successfully
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
Add entries for recently merged PRs.
3200e88 to
4185178
Compare
Add entries for recently merged PRs.
Summary by Sourcery
Update Trino 478 release notes to include newly merged changes
Documentation: