aIbrahiim commented on PR #39306: URL: https://github.com/apache/beam/pull/39306#issuecomment-4977669501
> Since this error is user-facing when they use Dataflow runner + BigQuery with Arrow, can we explore if we can add this (java.base/java.nio=ALL-UNNAMED) to SDK harness' open module agent > > https://github.com/apache/beam/blob/a6f2ff42e9e6c6e14c81693f3f9643be506719dd/sdks/java/container/agent/src/main/java/org/apache/beam/agent/OpenModuleAgent.java > > so user would not need to config same options as here? I checked OpenModuleAgent and it only opens modules to jamm so it can't do ALL-UNNAMED the way Arrow needs so I added a container meta option instead so the harness gets --add-opens=java.base/java.nio=ALL-UNNAMED by default and the workflow passed with this. @Abacn -- 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]
