voonhous commented on code in PR #19410:
URL: https://github.com/apache/hudi/pull/19410#discussion_r3680009816
##########
hudi-trino/pom.xml:
##########
@@ -595,6 +595,14 @@
<annotationProcessorPaths combine.self="override"/>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <!-- The parent release profile pins javadoc source to 11;
records need 25. -->
Review Comment:
Right, records are a Java 16 feature; 25 is just the module's compile
release. Reworded -- the comment now says the parent release profile's `source
11` rejects records and the override follows `hudi.trino.java.version`.
--
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]