lidavidm closed issue #765: Avoid closing/freeing struct-like object instances
on import
URL: https://github.com/apache/arrow-java/issues/765
--
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 spec
pepijnve opened a new issue, #765:
URL: https://github.com/apache/arrow-java/issues/765
### Describe the enhancement requested
Currently the various import methods in `org.apache.arrow.c.Data` call
`close` on the `BaseStruct` arguments they receive as parameter. This prevents
callers