yihua commented on code in PR #11604:
URL: https://github.com/apache/hudi/pull/11604#discussion_r1682172885
##########
pom.xml:
##########
@@ -93,7 +93,7 @@
<maven-enforcer-plugin.version>3.0.0-M1</maven-enforcer-plugin.version>
<maven-docker-plugin.version>0.42.1</maven-docker-plugin.version>
- <java.version>1.8</java.version>
+ <java.version>8</java.version>
Review Comment:
Does this mean that the Java 17 compiler still generates the byte code that
targets Java 8 runtime, which is compatible with Java 17 runtime? Does this
prevent any optimization from Java 17?
--
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]