barronw opened a new issue, #40383: URL: https://github.com/apache/arrow/issues/40383
### Describe the bug, including details regarding any error messages, version, and platform. VectorUnloader [appendNodes](https://github.com/apache/arrow/blob/main/java/vector/src/main/java/org/apache/arrow/vector/VectorUnloader.java#L92) checks the number of buffers based on the field type of a vector. This check fails if the VectorSchemaRoot has a NullVector that for example has integer as the logical field type. Is this the expected behavior? ### Component(s) Java -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
