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: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to