Aggarwal-Raghav commented on code in PR #6216:
URL: https://github.com/apache/hive/pull/6216#discussion_r2570607804
##########
iceberg/pom.xml:
##########
@@ -247,7 +247,6 @@
<version>${spotless.maven.plugin.version}</version>
<configuration>
<skip>${validate.skip}</skip>
- <argLine>--add-exports
jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED</argLine>
Review Comment:
argLine is for surefire plugin. Spotless does not fork a new JVM for its
operations; it runs inside the main Maven process. As we have this add-opens in
maven-compiler-plugin in iceberg/pom.xml.
--
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]