Re: [I] Avoid closing/freeing struct-like object instances on import [arrow-java]

2025-05-27 Thread via GitHub
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

[I] Avoid closing/freeing struct-like object instances on import [arrow-java]

2025-05-22 Thread via GitHub
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