shangxinli opened a new pull request, #18713: URL: https://github.com/apache/hudi/pull/18713
### Describe the issue this Pull Request addresses **Master is broken**: `apache-rat:check` fails on every new build with: > Too many files with unapproved license: 1 > /home/runner/work/hudi/hudi/hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/muttley/README.md This was introduced in #18394 (merged ~2026-05-10 02:10 UTC) which added the README without the standard Apache license header. Example failing build: https://github.com/apache/hudi/actions/runs/25632749770/job/75239286191 (from PR #18405) ### Summary and Changelog - Prepend the standard Apache 2.0 HTML-comment license header to `hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/muttley/README.md`. No content changes. ### Verification ``` $ cd hudi-flink-datasource/hudi-flink $ mvn -Pflink1.20 -Dscala-2.12 apache-rat:check [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 437 licenses. [INFO] BUILD SUCCESS ``` ### Risk Level **Risk Level: none** — documentation header only, no code changes. ### Contributor's checklist - [x] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [x] Enough context is provided in the sections above - [x] Adequate tests were added if applicable (N/A — license-header fix) - [x] Commits are signed and follow [conventions](https://www.conventionalcommits.org/) - [x] All existing tests pass -- 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]
