Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apacheGH-37983: [JS] create nullable Fields in Table constructor (apa…
…che#37982) Previously, Tables constructed from vectors with null values would infer Schemas that did not permit null values. This resulted in downstream code making bad assumptions about the data. After this change, we always assume data can be nullable, and construct a Schema with nullable Fields. ### Are these changes tested? I informally tested these changes for my use case, but have not tested them more extensively ### Are there any user-facing changes? Yes: the `Table` constructor will now produce schemas with nullable `Fields` in situations in which it previously did not * Closes: apache#37983
- Loading branch information