voonhous opened a new issue, #19346: URL: https://github.com/apache/hudi/issues/19346
Part of #18780 (RFC-105). Raised in review of #18837: https://github.com/apache/hudi/pull/18837#discussion_r3628851132 No release path builds or stages `org.apache.hudi:hudi-trino`: - `deploy_staging_jars.sh` aborts unless JAVA_HOME is JDK 11, `deploy_staging_jars_java17.sh` unless JDK 17; the module enforces JDK 25. - Neither script passes `-Phudi-trino`, and the legacy `hudi-trino-bundle` was dropped in #18837, so nothing Trino-related is staged at all. - The Trino-side shim depends on this artifact, so it must be staged with the first 1.3.0 RC. Work items: - [ ] Add a JDK 25 staging step (e.g. `deploy_staging_jars_java25.sh` mirroring the java17 script) running `mvn deploy -Phudi-trino -pl hudi-trino`; upstream modules resolve from the local m2 populated by the JDK 11 full-build deploy step. - [ ] Add the step to `release/release_guide.md` (deploy3) and confirm sources/javadoc/GPG attachment matches the other staged artifacts. - [ ] Extend `validate_staged_bundles.sh` to check `org.apache.hudi:hudi-trino`. - [ ] Verify the source release tarball includes `hudi-trino/` even with the profile off by default. -- 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]
