Skip to content

[C] Constructed zero-length arrays lack values buffer #76

@lidavidm

Description

@lidavidm

I don't have a minimal example yet, but it looks like if you never append to an array, it won't have a values buffer (poking at it in the debugger). I think this is invalid, and the Arrow Go library crashes when it tries to import this.

https://arrow.apache.org/docs/format/Columnar.html explicitly allows omitting the validity buffer, but this language is not carried into other sections, hence I think it's required.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions