Skip to content

Mishandling of Arrow's null values #2194

Closed
@Fil

Description

@Fil

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).

Metadata

Metadata

Assignees

Labels

bugSomething isn’t working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions