Closed
Description
In apache/arrow#2115 we did not consider that the arrow vector.toArray() can return anything when a value is null. (See observablehq/framework#1738 for a concrete consequence).
After calling vector.toArray we have to clear out the null values (that can be skipped if there are no nulls).