Skip to content
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

Merged
merged 8 commits into from
Sep 26, 2023
Merged

Add Trino 427 release notes #19023

merged 8 commits into from
Sep 26, 2023

Conversation

colebow
Copy link
Member

@colebow colebow commented Sep 12, 2023

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

6 Sep 2023

7 Sep 2023

8 Sep 2023

9 Sep 2023

10 Sep 2023

11 Sep 2023

12 Sep 2023

13 Sep 2023

14 Sep 2023

15 Sep 2023

16 Sep 2023

17 Sep 2023

18 Sep 2023

19 Sep 2023

20 Sep 2023

21 Sep 2023

22 Sep 2023

25 Sep 2023

docs/src/main/sphinx/release/release-427.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/release/release-427.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/release/release-427.md Show resolved Hide resolved
docs/src/main/sphinx/release/release-427.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/release/release-427.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/release/release-427.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/release/release-427.md Outdated Show resolved Hide resolved
@colebow colebow force-pushed the colebow/rn-427 branch 3 times, most recently from ac07931 to 9f0c1ac Compare September 14, 2023 18:00
@colebow colebow force-pushed the colebow/rn-427 branch 2 times, most recently from 1fb74c1 to b8a08ad Compare September 25, 2023 21:21
docs/src/main/sphinx/release/release-427.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/release/release-427.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/release/release-427.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/release/release-427.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/release/release-427.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/release/release-427.md Outdated Show resolved Hide resolved

* 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`)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* 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`)

Copy link
Member Author

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.

Copy link
Member

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

Copy link
Member

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

Copy link
Member

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
Copy link
Member

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

docs/src/main/sphinx/release/release-427.md Show resolved Hide resolved
@colebow colebow force-pushed the colebow/rn-427 branch 2 times, most recently from eeda1c6 to e1deda6 Compare September 25, 2023 22:10
docs/src/main/sphinx/release/release-427.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/release/release-427.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/release/release-427.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/release/release-427.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/release/release-427.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/release/release-427.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/release/release-427.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/release/release-427.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/release/release-427.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/release/release-427.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/release/release-427.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/release/release-427.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/release/release-427.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/release/release-427.md Outdated Show resolved Hide resolved
docs/src/main/sphinx/release/release-427.md Outdated Show resolved Hide resolved
@martint martint merged commit 41d6ae8 into trinodb:master Sep 26, 2023
3 checks passed
@github-actions github-actions bot added this to the 427 milestone Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Release notes for 427
5 participants