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

[#1352] fix(trino-connector): Support the NOT NULL constraint in create table syntax #1364

Merged
merged 3 commits into from
Jan 11, 2024

Conversation

yuqi1129
Copy link
Contributor

@yuqi1129 yuqi1129 commented Jan 8, 2024

What changes were proposed in this pull request?

Add NOT_NULL_COLUMN_CONSTRAINT capability to GravitinoConnector

Why are the changes needed?

We can't create a table with not null column by trino

Fix: #1352

Does this PR introduce any user-facing change?

N/A

How was this patch tested?

Add IT test case testColumnTypeNotNullByTrino was added.

@yuqi1129 yuqi1129 self-assigned this Jan 8, 2024
@yuqi1129 yuqi1129 requested a review from diqiu50 January 8, 2024 03:49
Copy link
Contributor

@diqiu50 diqiu50 left a comment

Choose a reason for hiding this comment

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

LGTM

@jerryshao jerryshao merged commit e6186fb into apache:main Jan 11, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug report] Can't create table with column constrait 'NOT NULL' by trino
3 participants