Skip to content

[pixels-core] Inconsistent noNulls handling in readSelected across column readers #1369

Description

@gengdy1545

Summary

ColumnVector.noNulls == true lets downstream code skip per-row isNull[] checks. In readSelected, when a pixel's statistics report hasNull == true but the current selected bitmap happens to exclude every null row, the produced vector actually contains no nulls, so noNulls == true could be preserved.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions