blaginin commented on issue #21938: URL: https://github.com/apache/datafusion/issues/21938#issuecomment-4347563789
I believe the following is happening. When PR is in the Queue, GitHub spawns ALL the actions for that PR with the `merge_group` trigger. This includes `circular dependency check`: <img width="692" height="442" alt="Image" src="https://github.com/user-attachments/assets/2da48a14-7e12-45e3-8397-9214f0deeead" /> But github doesn't wait for ALL of actions to finish - only for the required ones. The rest get cancelled. There are two ways to handle this: - make the check required (so it'll be awaited) - do not run the check at all -- 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]
