KevinyhZou opened a new issue, #10570:
URL: https://github.com/apache/incubator-gluten/issues/10570
### Backend
VL (Velox)
### Bug description
The error log
```
....
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 unnamed module @3e07d849
at
java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:354)
at
java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297)
at
java.base/java.lang.reflect.Field.checkCanSetAccessible(Field.java:178)
at java.base/java.lang.reflect.Field.setAccessible(Field.java:172)
at org.apache.arrow.memory.util.MemoryUtil.<clinit>(MemoryUtil.java:84)
... 87 more
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
18.856 s <<< FAILURE! - in
org.apache.gluten.streaming.api.operators.GlutenStreamProjectTest
[ERROR]
org.apache.gluten.streaming.api.operators.GlutenStreamProjectTest.testProject
Time elapsed: 0.254 s <<< ERROR!
java.lang.ExceptionInInitializerError
at
org.apache.gluten.streaming.api.operators.GlutenStreamProjectTest.testProject(GlutenStreamProjectTest.java:86)
Caused by: java.lang.RuntimeException: Failed to initialize MemoryUtil. You
must start Java with
`--add-opens=java.base/java.nio=org.apache.arrow.memory.core,ALL-UNNAMED` (See
https://arrow.apache.org/docs/java/install.html)
at
org.apache.gluten.streaming.api.operators.GlutenStreamProjectTest.testProject(GlutenStreamProjectTest.java:86)
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 unnamed module @3e07d849
at
org.apache.gluten.streaming.api.operators.GlutenStreamProjectTest.testProject(GlutenStreamProjectTest.java:86)
```
### Gluten version
_No response_
### Spark version
None
### Spark configurations
_No response_
### System information
_No response_
### Relevant logs
```bash
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]