-
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 427 release notes #19023
Add Trino 427 release notes #19023
Conversation
450f8f0
to
f28e7b4
Compare
ac07931
to
9f0c1ac
Compare
1fb74c1
to
b8a08ad
Compare
|
||
* Add support for `double` to `varchar` coercion in Hive tables. ({issue}`18930`) | ||
* Add automatic type coercion from `varchar(0)` to `varchar(1)`. ({issue}`18811`) | ||
* Add support for altering column comments in the Glue catalog. ({issue}`19076`) |
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 for altering column comments in the Glue catalog. ({issue}`19076`) | |
* Add support for `ALTER TABLE ... ALTER COLUMN` with the Glue catalog. ({issue}`19076`) |
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.
This would be ALTER TABLE ... ALTER COLUMN ... COMMENT "new comment"
, which is too much syntax and loses the clarity to saying it in plain speech, IMO.
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 syntax is wrong. It should be COMMENT ON COLUMN
. https://trino.io/docs/current/sql/comment.html
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.
So thats is not about altering the comment .. but about setting it.. we should use the syntax from @ebyhr then
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.
COMMENT ON COLUMN
statement can be used for both adding a new comment and altering the existing comment.
The current supported operations of ALTER COLUMN
is only changing column types.
* Add support for usage of `date` and `timestamp` arguments in `FOR TIMESTAMP AS | ||
OF` expressions. ({issue}`14214`) | ||
* Add support for using tags with `AS OF VERSION` queries. ({issue}`19111`) | ||
* Reduce coordinator memory usage when running queries on tables with large |
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.
large metadata .. that sounds weird .. is there some better term? a lot of metadata .. is also weird
eeda1c6
to
e1deda6
Compare
e1deda6
to
38b37bf
Compare
38b37bf
to
9a38d31
Compare
Description
Assemble the release notes for the upcoming Trino 427 release. Fixes #18939
Release notes
(x) This is not user-visible or docs only and no release notes are required.
Verification for each pull request
Format: maintainer, 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
5 Sep 2023
BlockBuilder
to not extendBlock
#18738 ✅ rn ✅ docs6 Sep 2023
7 Sep 2023
8 Sep 2023
9 Sep 2023
10 Sep 2023
11 Sep 2023
skip(long)
method #18977 ✅ rn ✅ docs12 Sep 2023
13 Sep 2023
14 Sep 2023
15 Sep 2023
16 Sep 2023
17 Sep 2023
18 Sep 2023
19 Sep 2023
testDynamicFiltering*
exclusively #18850 ✅ rn ✅ docs20 Sep 2023
21 Sep 2023
DeltaLakePageSourceProvider.createPageSource
#19105 ✅ rn ✅ docs22 Sep 2023
25 Sep 2023