lidavidm commented on issue #206: URL: https://github.com/apache/arrow-java/issues/206#issuecomment-2720116472
It's not very clear what this stack trace has to do with Arrow. From reading the linked report, it seems the issue is that you need to add a JVM parameter (`--add-opens`)? Unfortunately, this is by design. Until/unless someone can contribute a rewrite of the memory system that uses the new FFM APIs and can articulate a migration path, this is currently something we can't change. (Note that even with FFM, you will likely still need a JVM argument, from what I understand; Java simply has decided to lock down all APIs that may access native memory directly, and unfortunately Arrow depends on this.) Closing as a duplicate of the FFM issue, please move discussion there (https://github.com/apache/arrow-java/issues/163). -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org