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

release-19.2: colexec: fix cfetcher with interleaved tables with NULL in key #47104

Merged
merged 1 commit into from
Apr 7, 2020

Conversation

yuzefovich
Copy link
Member

Backport 1/1 commits from #47035.

/cc @cockroachdb/release


Previously cFetcher could decode an interleaved table's NULL value
which would set the NULL in the corresponding column vector but would
not unset the null while it should have.

Fixes: #47029.

Release note (bug fix): Previously, CockroachDB could incorrectly
consider non-NULL value from an interleaved parent table to be NULL when
the interleaved child has NULL value in the row with the corresponding
index key, and now this has been fixed.

Previously `cFetcher` could decode an interleaved table's `NULL` value
which would set the NULL in the corresponding column vector but would
not unset the null while it should have.

Release note (bug fix): Previously, CockroachDB could incorrectly
consider non-NULL value from an interleaved parent table to be NULL when
the interleaved child has NULL value in the row with the corresponding
index key, and now this has been fixed.
@yuzefovich yuzefovich requested a review from rohany April 6, 2020 22:20
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@blathers-crl
Copy link

blathers-crl bot commented Apr 6, 2020

❌ The GitHub CI (Cockroach) build has failed on d1de0c79.

🦉 Hoot! I am a Blathers, a bot for CockroachDB. I am experimental - my owner is otan.

@blathers-crl
Copy link

blathers-crl bot commented Apr 7, 2020

❌ The GitHub CI (Cockroach) build has failed on d1de0c79.

🦉 Hoot! I am a Blathers, a bot for CockroachDB. I am experimental - my owner is otan.

@yuzefovich yuzefovich merged commit 07fd3bd into cockroachdb:release-19.2 Apr 7, 2020
@yuzefovich yuzefovich deleted the backport19.2-47035 branch April 7, 2020 02:20
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