Skip to content

fix(nimble): Preserve nulls in dense bulk reads - #18611

Open
MatzeB wants to merge 1 commit into
facebookincubator:mainfrom
MatzeB:export-D116851691
Open

fix(nimble): Preserve nulls in dense bulk reads#18611
MatzeB wants to merge 1 commit into
facebookincubator:mainfrom
MatzeB:export-D116851691

Conversation

@MatzeB

@MatzeB MatzeB commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Summary: Bugfix: Dense nullable reads using an AlwaysTrue visitor could return an all-valid vector even when the input contained nulls. The bulk path now copies the read-range null bitmap when the reader cannot return that buffer directly, then marks the result as nullable.

Differential Revision: D116851691

@netlify

netlify Bot commented Aug 20, 2026

Copy link
Copy Markdown

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit 4e3d88c
🔍 Latest deploy log https://app.netlify.com/projects/meta-velox/deploys/6a8781b093afb6000846764d

@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Aug 20, 2026
@meta-codesync

meta-codesync Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

@MatzeB has exported this pull request. If you are a Meta employee, you can view the originating Diff in D116851691.

Summary: Bugfix: Dense nullable reads using an `AlwaysTrue` visitor could return an all-valid vector even when the input contained nulls. The bulk path now copies the read-range null bitmap when the reader cannot return that buffer directly, then marks the result as nullable.

Differential Revision: D116851691
@github-actions

Copy link
Copy Markdown

Selective Build Plan

Linux release with adapters is running a full build (no build targets matched the changed files). See the CI workflows README for what this means.


Fast path • Graph from main@c3413b270eb5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. meta-exported

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant