kevinjqliu opened a new pull request, #2992:
URL: https://github.com/apache/iceberg-python/pull/2992
<!--
Thanks for opening a pull request!
-->
<!-- In the case this PR will resolve an issue, please replace
${GITHUB_ISSUE_ID} below with the actual Github issue id. -->
<!-- Closes #${GITHUB_ISSUE_ID} -->
# Rationale for this change
(Copy over RAT upgrade changes from java, #15145, #15174, #15194)
Upgrades RAT to version 0.17, which has new regex for [exclusion
expression](https://creadur.apache.org/rat/apache-rat-core/exclusion_expression.html)
* Using `--input-exclude-file` because `-E,--exclude-file` is deprecated
* Using `--input-include-std HIDDEN_DIR` because `--scan-hidden-directories`
is deprecated
* Using the new [`--output-style missing-headers`
option](https://creadur.apache.org/rat/apache-rat/index.html) for output styling
Add usage of the new collections for ignore file patterns
https://creadur.apache.org/rat/apache-rat/standard_collections.html
- `GIT` matches `**/.git/**`, `**/.gitignore`
- `IDEA` matches `**/*.iws`, `**/*.iml`, `**/*.ipr`, `**/.idea/**`
- `MAC` matches `**/.DS_Store`
## Are these changes tested?
yes locally and ci
## Are there any user-facing changes?
<!-- In the case of user-facing changes, please add the changelog label. -->
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]