andygrove opened a new pull request, #3964: URL: https://github.com/apache/datafusion-comet/pull/3964
## Which issue does this PR close? Closes #2810. ## Rationale for this change During the 0.12.0 release, the rat license checker reported hundreds of unapproved licenses for `extended.txt` files under `spark/src/test/resources/tpcds-plan-stability/approved-plans*/`. The exclusion list already covered `explain.txt` and `simplified.txt` in the same directories but was missing `extended.txt`. ## What changes are included in this PR? Add `spark/src/test/resources/tpcds-plan-stability/approved-plans*/**/extended.txt` to `dev/release/rat_exclude_files.txt`. ## How are these changes tested? Verified the fnmatch pattern matches the actual file paths reported by the rat checker. The change will be exercised by the next release candidate's rat check. -- 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]
