Skip to content

Conversation

@ebyhr
Copy link
Member

@ebyhr ebyhr commented Jan 12, 2024

Description

Fixes #20315

Release notes

(x) Release notes are required, with the following suggested text:

# Iceberg, PostgreSQL
* Add support for `ALTER COLUMN ... DROP NOT NULL` statement. ({issue}`20315`)

@cla-bot cla-bot bot added the cla-signed label Jan 12, 2024
@github-actions github-actions bot added docs iceberg Iceberg connector delta-lake Delta Lake connector labels Jan 12, 2024
@ebyhr ebyhr force-pushed the ebi/drop-not-null branch from bfe8661 to 09176e2 Compare January 12, 2024 23:59
@ebyhr ebyhr self-assigned this Jan 13, 2024
@ebyhr ebyhr force-pushed the ebi/drop-not-null branch 3 times, most recently from 3a3de95 to 2ae4b4f Compare January 13, 2024 02:47
Copy link
Member

@hashhar hashhar left a comment

Choose a reason for hiding this comment

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

LGTM % "Add support for DROP NOT NULL in Iceberg" which I could not review with sufficient depth.

@ebyhr
Copy link
Member Author

ebyhr commented Jan 16, 2024

@martint Should we rename method in SPI as well?

@ebyhr ebyhr requested a review from martint January 17, 2024 23:11
@ebyhr ebyhr force-pushed the ebi/drop-not-null branch from 1733a9e to 293411c Compare January 19, 2024 05:21
@ebyhr
Copy link
Member Author

ebyhr commented Jan 19, 2024

Rebased on master to resolve conflicts.

@ebyhr ebyhr requested a review from martint January 19, 2024 05:56
@ebyhr ebyhr force-pushed the ebi/drop-not-null branch from 293411c to 92d5a2e Compare January 19, 2024 07:38
@findinpath findinpath self-requested a review January 19, 2024 14:07
@ebyhr ebyhr force-pushed the ebi/drop-not-null branch from 92d5a2e to fa2e973 Compare January 20, 2024 00:21
Copy link
Contributor

@findinpath findinpath left a comment

Choose a reason for hiding this comment

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

LGTM

Didn't review though extensively the PostgreSQL related commits

@ebyhr
Copy link
Member Author

ebyhr commented Jan 22, 2024

@martint Could you please take another look?

@ebyhr ebyhr force-pushed the ebi/drop-not-null branch from fa2e973 to 13c0e6f Compare January 26, 2024 22:49
@ebyhr ebyhr force-pushed the ebi/drop-not-null branch from 13c0e6f to 53e8b43 Compare January 26, 2024 23:22
@ebyhr ebyhr merged commit de192e4 into trinodb:master Jan 27, 2024
@ebyhr ebyhr deleted the ebi/drop-not-null branch January 27, 2024 00:38
@github-actions github-actions bot added this to the 438 milestone Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed delta-lake Delta Lake connector docs iceberg Iceberg connector

Development

Successfully merging this pull request may close these issues.

Add support for dropping NOT NULL constraint in Trino

4 participants