akshat0395 commented on code in PR #5404:
URL: https://github.com/apache/hive/pull/5404#discussion_r1746562895
##########
common/pom.xml:
##########
@@ -381,6 +392,18 @@
</testResource>
</testResources>
<plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
Review Comment:
With Java 17's strong encapulation: [JEPS:403](https://openjdk.org/jeps/403)
older tool or library that needs to access non-public fields and methods of
java.* APIs by reflection requires us to use the add-opens option.
--
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]