jduo commented on PR #38876:
URL: https://github.com/apache/arrow/pull/38876#issuecomment-1829703021

   The test errors in memory-core have this cause:
   `Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make 
field long java.nio.Buffer.address accessible: module java.base does not "opens 
java.nio" to module org.apache.arrow.memory.core`
   
   I've addressed this is in maven by adding --add-opens 
java.base/java.nio=org.apache.arrow.memory.core, but perhaps I haven't covered 
a profile that CI is using. If anyone has any ideas on what else might need to 
be edited that'd be really helpful.


-- 
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]

Reply via email to