Thespica commented on PR #694: URL: https://github.com/apache/incubator-graphar/pull/694#issuecomment-2921109951
It seems that ci run failed because of [cannot access class sun.nio.ch.DirectBuffer](https://stackoverflow.com/questions/73465937/apache-spark-3-3-0-breaks-on-java-17-with-cannot-access-class-sun-nio-ch-direct). It seems happen in Java17, and our ci test run on Java11: https://github.com/apache/incubator-graphar/blob/37b046e51de08179f63d0e2d1cd411a161c2eeb4/.github/workflows/spark.yaml#L94-L97 Maybe we should set the VM option `--add-exports java.base/sun.nio.ch=ALL-UNNAMED` to allow that? -- 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: commits-unsubscr...@graphar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@graphar.apache.org For additional commands, e-mail: commits-h...@graphar.apache.org