2010YOUY01 opened a new issue, #23400: URL: https://github.com/apache/datafusion/issues/23400
### Describe the bug When merging a PR, the merge queue should: - Process PRs one by one. - For each PR, apply its diff on top of `main`, ensure there are no merge conflicts, verify that all CI tests pass, and then merge it. However, it seems possible for the merge queue to reject a PR even when all CI tests have passed. It would be helpful to understand why this happens. The failure case: - https://github.com/apache/datafusion/pull/23324 <img width="915" height="595" alt="Image" src="https://github.com/user-attachments/assets/05ca9b19-3207-4ae9-9feb-add08b43a002" /> ### To Reproduce _No response_ ### Expected behavior _No response_ ### 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: [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]
