-
Notifications
You must be signed in to change notification settings - Fork 3k
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 465 release notes #23987
base: master
Are you sure you want to change the base?
Add Trino 465 release notes #23987
Conversation
d6eb2c5
to
63591f2
Compare
|
||
## Hive connector | ||
|
||
* Add support to skip archiving when committing to a table in the Glue metastore |
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 support to skip archiving when committing to a table in the Glue metastore | |
* Add support for skipping archiving when committing to a table in the Glue metastore |
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.
double "ing" .. still ok @colebow ?
|
||
## Faker connector | ||
|
||
* Add the `random_string` catalog function to test Datafaker expressions for |
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's a "Datafaker expression"?
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.
Datafaker is the library that is used to generate the random data .. and it has its own little expression language .. the function allows you to test these before using them in a table creation for a column. For now I just left out the word "Datafaker" and I think thats actually fine .. more is in the docs for the function in the connector.
* Add support to skip archiving when committing to a table in the Glue metastore | ||
and the `hive.metastore.glue.skip-archive` configuration property is set to | ||
`true`. ({issue}`23817`) | ||
* Use drop and create operation when replacing an existing SQL routine stored in |
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.
Not sure what this means. What's the user-visible impact?
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.
that is my question to the maintainers and contributors as well
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.
@findinpath @ebyhr @electrum ?
I kinda think that there is no user facing impact and we might drop the entry..
cd7fad1
to
48b2ac8
Compare
Description
Assemble the release notes for the upcoming Trino 465 release.
Additional context and related issues
See https://github.com/trinodb/trino/pulls?q=is%3Apr+is%3Aclosed+milestone%3A465
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
30 Oct 2024
hive.metastore.glue.skip-archive
config option #23817 ✅ rn ✅ docs31 Oct 2024
1 Nov 2024
2 Nov 2024
No merged PRs.
3 Nov 2024
4 Nov 2024
5 Nov 2024
6 Nov 2024
7 Nov 2024
8 Nov 2024
toString()
method inMongoTableHandle
andRemoteTableName
classes #24072 ✅ rn ✅ docs