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

sql: add tests for IS (NOT) NULL with empty tuples #49242

Merged
merged 1 commit into from
May 19, 2020

Conversation

mgartner
Copy link
Collaborator

Logic for IS NULL and IS NOT NULL with tuple operands was recently
fixed in #48299. This commit adds tests for empty tuples as operands
that were forgotten in that commit. This makes the correct evaluation
logic of such an expression explicit and will help prevent regressions.

Release note: None

Logic for `IS NULL` and `IS NOT NULL` with tuple operands was recently
fixed in cockroachdb#48299. This commit adds tests for empty tuples as operands
that were forgotten in that commit. This makes the correct evaluation
logic of such an expression explicit and will help prevent regressions.

Release note: None
@mgartner mgartner requested a review from a team as a code owner May 19, 2020 03:24
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Member

@RaduBerinde RaduBerinde left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained

@mgartner
Copy link
Collaborator Author

bors r+

@craig
Copy link
Contributor

craig bot commented May 19, 2020

Build succeeded

@craig craig bot merged commit dfe5126 into cockroachdb:master May 19, 2020
@mgartner mgartner deleted the empty-tuple-is-null branch May 19, 2020 21:05
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.

3 participants