Dmitrii Blaginin

Results 40 comments of Dmitrii Blaginin

Great infra team has given us temporary access to merge things bypassing the CI checks Hence we should be able to tests the queues in `sqlparser-rs` 🙂: https://github.com/apache/datafusion-sqlparser-rs/pull/2007 For transparency,...

Merge Queue is working in SQLParser 🥳 The plan is to test it for a few days, merge some PRs, and then switch to Datafusion if contributors will be happy...

Marked some steps as required in the main repo and asked ASF to enable merge queues for us here as well 🙂

MQ just got enabled, I believe that should put the required checks in place https://github.com/apache/datafusion/pull/17538

Thank you! After https://github.com/apache/datafusion/pull/17629 is merged, I'll go through all the PRs and merge the once that got approved and we wanted to merge them but couldn't because of the...

Also, I think in the future we need to create a [private?] sandbox project for experiments within the ASF GitHub org. I created my own, but apparently there are organization-level...

`datafusion-sandbox` is great! also i guess we should make it private not to confuse potential users I'm not sure I have permissions to create that, do you?

Thank you! My plan is to fork the main project there, but instead of readme put a big warning that you should never use this project, this is our CI...

I believe there are two ways to fully resolve this issue: 1. Switch from the recursion to iteration like https://github.com/apache/datafusion/pull/6360 and https://github.com/apache/datafusion/pull/10023. To do this, we would need to process...