Hey, We're now working on enabling GitHub Merge Queue for the DataFusion repo. This should hopefully help resolve some of the problems we have now:
- sometimes you want to approve a PR, but CI hasn't finished yet, so you have to wait up to 30 minutes before you can hit "merge" - the "merge" button may be available, but if the target branch was updated in the meantime, CI may then fail If you have thoughts or ideas, please comment on the Github ticket: https://github.com/apache/datafusion/issues/6880 Merge Queue isn't fully supported by the Apache Infra team, and DataFusion would be a pilot. I'd like to test it first with a smaller repo (datafusion-sqlparser-rs) and move to the main one if everything works fine.
