vibhatha opened a new issue, #41933:
URL: https://github.com/apache/arrow/issues/41933

   ### 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: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to