manuzhang opened a new pull request, #13033: URL: https://github.com/apache/iceberg/pull/13033
Currently, Spark CI is triggered on exclude path patterns which have several issues 1. Not all unrelated paths are excluded (e.g. `aws`, `gcp`) 2. When adding a new module to the project, we might forget to add it to `paths-ignore`. 3. We cannot include a specific path (e.g. `open-api/src/testFixtures` for #13017) Hence, this PR refactor the trigger to use include path patterns, fixing above issues -- 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]
