Skip to content

Don't allocate Arrow validity buffers

vlorentz requested to merge validity-buffers into master

They are only needed when values can be None; and here they can't.

This saves 1 bit for each 8-bytes integer or path, and simplifies computation of memory usage (which a future commit will introduce)

Merge request reports