Skip to content

Conversation

@bikramSingh91
Copy link
Contributor

Summary:
This change introduces logic to deliberately corrupt the underlying
data for row indices that are marked as null in a vector. For
FlatVectors, the values buffer is corrupted at these null positions,
for Array and Map Vectors, the offsets and sizes are affected; and
for DictionaryVectors, the indices buffer is corrupted. For Constant
and RowVectors, this operation is a no-op. The purpose of this is to
generate test cases that ensure code correctly ignores data at null
positions, rather than relying on the assumption that the underlying
values are valid.

Differential Revision: D86273473

…null rows

Summary:
This change introduces logic to deliberately corrupt the underlying
data for row indices that are marked as null in a vector. For
FlatVectors, the values buffer is corrupted at these null positions,
for Array and Map Vectors, the offsets and sizes are affected; and
for DictionaryVectors, the indices buffer is corrupted. For Constant
and RowVectors, this operation is a no-op. The purpose of this is to
generate test cases that ensure code correctly ignores data at null
positions, rather than relying on the assumption that the underlying
values are valid.

Differential Revision: D86273473
@netlify
Copy link

netlify bot commented Nov 5, 2025

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit d867983
🔍 Latest deploy log https://app.netlify.com/projects/meta-velox/deploys/690ae8d88230da0008acf86b

@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 Nov 5, 2025
@meta-codesync
Copy link

meta-codesync bot commented Nov 5, 2025

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

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. fb-exported meta-exported

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant