brimdata / zed

A novel data lake based on super-structured data
https://zed.brimdata.io/
BSD 3-Clause "New" or "Revised" License
1.38k stars 67 forks source link

vector.View: Do not wrap Consts in a View #5311

Closed mattnibs closed 1 day ago

mattnibs commented 1 day ago

The commit changes the behavior when attempting to wrap a view over a const. We instead resize the Const to the index size and rebuild the null Boolean vector if it is not null.