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


##########
pom.xml:
##########
@@ -2306,6 +2304,13 @@
         <module>packaging/hudi-metaserver-server-bundle</module>
       </modules>
     </profile>
+    <profile>
+      <!-- RFC-105: non-shaded Trino connector. JDK 25 + Trino SPI; off by 
default. -->
+      <id>hudi-trino</id>
+      <modules>
+        <module>hudi-trino</module>

Review Comment:
   Real gap, thanks. Filed as a sub-issue of the RFC-105 umbrella: #19346 -- 
the plan is a JDK 25 staging step mirroring `deploy_staging_jars_java17.sh` 
(plus `release_guide.md` and `validate_staged_bundles.sh` coverage), needed 
before the first 1.3.0 RC rather than for this PR.



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