rangareddy commented on issue #17216: URL: https://github.com/apache/hudi/issues/17216#issuecomment-5366108537
This issue was reviewed as part of the JIRA-migrated backlog triage (HUDI-5475). **Findings: still open.** Not done. There is no dependency-diff workflow on `master`. The full `.github/workflows/` listing is: ``` README.md hudi_trino_compat.yml agent_gateway_ci.yml hudi_trino_e2e.yml azure_ci.js labeler.js azure_ci_check.yml maven_artifact_validation.yml bot.yml pr_compliance.yml commit_coauthor_validation.yml pr_title_validation.yml hudi_trino_ci.yml release_candidate_validation.yml scheduled_workflow.yml update_pr_compliance.yml ``` None of these performs a dependency-tree diff. Two suggestions for whoever picks it up. First, `maven_artifact_validation.yml` already exists and does Maven-artifact-level checking, so it may be a cheaper host than a new workflow. Second, the description's requirement to deploy artifacts to a temporary local Maven repo is the expensive part; `mvn dependency:tree` per bundle module against the reactor may be enough to detect the drift this is meant to catch, without a full staging deploy. Keeping this open. -- 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]
