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

Support BETWEEN in Delta check constraints #17120

Merged
merged 2 commits into from
Apr 26, 2023
Merged

Support BETWEEN in Delta check constraints #17120

merged 2 commits into from
Apr 26, 2023

Conversation

pajaks
Copy link
Member

@pajaks pajaks commented Apr 19, 2023

Description

Additional context and related issues

Release notes

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

# Delta Lake
* Add support for `BETWEEN` predicates in table check constraints. ({issue}`17120`)

@cla-bot cla-bot bot added the cla-signed label Apr 19, 2023
@github-actions github-actions bot added delta-lake Delta Lake connector tests:hive labels Apr 19, 2023
@pajaks pajaks marked this pull request as ready for review April 24, 2023 06:46
@pajaks pajaks requested review from krvikash and findinpath April 25, 2023 06:35
Comment on lines +30 to +31
return toStringHelper(this)
.toString();
Copy link
Member

Choose a reason for hiding this comment

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

nit: We could change to just return "NULL"

Copy link
Member Author

Choose a reason for hiding this comment

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

All other Literal classes produce ClassName{value=x} so I think NullLiteral should follow this convention. WDYT?

@pajaks
Copy link
Member Author

pajaks commented Apr 25, 2023

@ebyhr Can you run with secrets?

@ebyhr ebyhr merged commit f5ac2e5 into trinodb:master Apr 26, 2023
@ebyhr ebyhr mentioned this pull request Apr 26, 2023
@github-actions github-actions bot added this to the 415 milestone Apr 26, 2023
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
Development

Successfully merging this pull request may close these issues.

3 participants