voonhous opened a new pull request, #13199:
URL: https://github.com/apache/hudi/pull/13199
### Change Logs
Cleaning up RAT check errors when running:
```shell
mvn apache-rat:check
```
The error below is thrown:
```shell
[INFO] --- apache-rat:0.16.1:check (default-cli) @ hudi ---
[WARNING] Parameter 'licenseFamilies' is deprecated: No reason given
[WARNING] Parameter 'licenses' is deprecated: No reason given
[WARNING] Configuration uses deprecated configuration. Please upgrade to
v0.17 configuration options
[INFO] Rat check: Summary over all files. Unapproved: 4, unknown: 4,
generated: 0, approved: 4343 licenses.
[WARNING] Files with unapproved licenses:
packaging/bundle-validation/cli/commands.txt
rfc/rfc-65/rfc-65.md
rfc/rfc-66/rfc-66.md
rfc/rfc-93/rfc-93.md
```
Rat check is performed manually with the command below when verifying a
staged release:
```shell
cd scripts && ./release/validate_staged_release.sh
--release=${RELEASE_VERSION} --rc_num=${RC_NUM} --verbose
```
### Impact
None, changes here only affects CI run, so we need to monitor CI to ensure
that are no behavioural changes.
### Risk level (write none, low medium or high below)
None.
### Documentation Update
None
### Contributor's checklist
- [x] Read through [contributor's
guide](https://hudi.apache.org/contribute/how-to-contribute)
- [x] Change Logs and Impact were stated clearly
- [x] Adequate tests were added if applicable
- [x] CI passed
--
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]