voonhous commented on code in PR #19410:
URL: https://github.com/apache/hudi/pull/19410#discussion_r3679778125


##########
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. -->
+                    <source>${hudi.trino.java.version}</source>

Review Comment:
   Thanks for helping to resolve this. But yeap, that's the general gist of it!



-- 
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]

Reply via email to