alamb opened a new issue, #14319: URL: https://github.com/apache/datafusion/issues/14319
### Is your feature request related to a problem or challenge? - Follow on to https://github.com/apache/datafusion/issues/13967 There is a great `extended` test suite that runs on each PR to main, https://github.com/apache/datafusion/blob/main/.github/workflows/extended.yml It doesn't run on PRs but does run on every commit to `main` as doing so consumes a significant amount of CI builder time and the jobs rarely fail. An example run is here: https://github.com/apache/datafusion/actions/runs/12987371654/job/36216118679 Sometimes there are PRs (such as https://github.com/apache/datafusion/pull/13681 from @Rachelint ) where it would be really nice to verify that the extended suite still passes before we merge the PR to `main` ### Describe the solution you'd like I would like some way to trigger the `extended` test suite from a PR ### Describe alternatives you've considered Maybe we could follow the model of `take`: https://github.com/apache/datafusion/blob/main/.github/workflows/take.yml Described in https://datafusion.apache.org/contributor-guide/index.html#open-contribution-and-assigning-tickets So maybe we could make it so if someone added a comment like ``` test extended ``` To the PR the extended tests would also trigger ### Additional context _No response_ -- 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: github-unsubscr...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org