parthchandra commented on issue #751: URL: https://github.com/apache/datafusion-comet/issues/751#issuecomment-2263569717
I don't think reverting this is needed. This warning can be suppressed with the JVM option [--add-opens](https://docs.oracle.com/en/java/javase/17/migrate/migrating-jdk-8-later-jdk-releases.html#GUID-12F945EB-71D6-46AF-8C3D-D354FD0B1781) Note that with JDK 17, Spark already needs to include `--add-opens=java.base/java.nio=ALL-UNNAMED` which should suppress this warning. -- 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]
