deepakpanda93 commented on issue #15215: URL: https://github.com/apache/hudi/issues/15215#issuecomment-5324896643
This issue was reviewed as part of the JIRA-migrated backlog triage and is being closed as stale. The description reports *"few cycles in the dependency graph"* but enumerates only one - `HoodieHFileInputFormat` -> `HoodieInputFormatUtils` - and does not list the others, name a build failure, or give an acceptance criterion. Checking that one example on master (`989badc3952e`): both classes still exist, and both live in the **same Maven module**: - `hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/HoodieHFileInputFormat.java` - `hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/utils/HoodieInputFormatUtils.java` A class-level cycle inside a single module compiles fine under javac and Maven, so this is a design smell rather than a defect, and there is nothing failing to fix. No commit or PR carries HUDI-4215. Closing as stale. If there is a genuine *module*-level cycle that breaks or slows the build, please open a new issue with the module pair and the failing command. -- 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]
