jlalwani-amazon commented on code in PR #39:
URL:
https://github.com/apache/flink-connector-hive/pull/39#discussion_r3222755829
##########
flink-connector-hive/pom.xml:
##########
@@ -44,6 +44,8 @@ under the License.
<hive.hadoop.version>2.10.2</hive.hadoop.version>
<hiverunner.version>4.0.0</hiverunner.version>
<reflections.version>0.9.8</reflections.version>
+ <!-- Allow tests to run on Java 17+ where Hive uses deep
reflection on java.base internals -->
+ <flink.surefire.baseArgLine>-XX:+UseG1GC -Xms256m --add-opens
java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.net=ALL-UNNAMED
--add-opens java.base/java.nio=ALL-UNNAMED --add-opens
java.base/java.util=ALL-UNNAMED --add-opens
java.base/java.util.concurrent.atomic=ALL-UNNAMED --add-opens
java.base/java.time=ALL-UNNAMED --add-exports
java.security.jgss/sun.security.krb5=ALL-UNNAMED</flink.surefire.baseArgLine>
Review Comment:
This was a mistake. We don't need Java 17 for Junit5. This change got
carried over from some Hive4 work I was doing. Rolling it back
--
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]