You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).