vibhatha opened a new issue, #77:
URL: https://github.com/apache/arrow-java/issues/77
### Describe the enhancement requested
`StructVectorLoader` `load` function does the following to create the
resultant `StructVector`.
```java
StructVector result = StructVector.emptyWithDuplicates("", allocator);
```
Even though the buffers are properly re-created, it doesn't contain accurate
field names, since the original vector's name cannot be recovered here. This
would be an issue when the `StructVectorUnloader` and `StructVectorLoader` is
used in a certain program.
### 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]