Re: [PR] Enable merge queue in sqlparser-rs [datafusion-sqlparser-rs]

2025-09-07 Thread via GitHub
blaginin merged PR #2007: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2007 -- 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-unsubs

Re: [PR] Enable merge queue in sqlparser-rs [datafusion-sqlparser-rs]

2025-09-04 Thread via GitHub
blaginin commented on PR #2007: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2007#issuecomment-3255477010 I'm going to merge to test it. Will keep an eye on the repo - @iffyio if something is inconvenient with the new setup, feel free to ping me and I'll fix it -- This is

Re: [PR] Enable merge queue in sqlparser-rs [datafusion-sqlparser-rs]

2025-09-04 Thread via GitHub
blaginin commented on code in PR #2007: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2007#discussion_r2323436373 ## .github/workflows/rust.yml: ## @@ -17,13 +17,17 @@ name: Rust -on: [push, pull_request] +on: + push: +branches-ignore: + - 'gh-reado

Re: [PR] Enable merge queue in sqlparser-rs [datafusion-sqlparser-rs]

2025-09-04 Thread via GitHub
blaginin commented on PR #2007: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2007#issuecomment-3255517640 All steps are now required - seems to be working :) https://github.com/user-attachments/assets/ee1de8f7-3a4f-4228-a4fa-b025a82e844b"; /> Asked the infra tim

Re: [PR] Enable merge queue in sqlparser-rs [datafusion-sqlparser-rs]

2025-09-04 Thread via GitHub
blaginin commented on PR #2007: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2007#issuecomment-3255451276 Small note for clarity: this pr itself won't enable MQ - this has to be done manually by the ASF Infra. But it'll make necessary changes on our side for that 🙂 -- Thi