kou opened a new issue, #38332: URL: https://github.com/apache/arrow/issues/38332
### Describe the bug, including details regarding any error messages, version, and platform. ```console $ dev/release/02-source.sh 14.0.0 1 Preparing source for tag apache-arrow-14.0.0 Using commit 7a814d1de2d8f81642a5e6a795e3d716ec4981b7 NOT APPROVED: python/cmake_modules/snappy.diff (apache-arrow-14.0.0/python/cmake_modules/snappy.diff): false 1 unapproved licences. Check rat report: rat.txt ``` It's caused because we un-symlink `python/cmake_modules/` for source archive. (See also: #4028) We run RAT against only our repository itself not our source archive in our CI. So we can't detect this before we create RC. ### Component(s) Release -- 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]
