https://delta.io logo
m

Matthew Powers

09/05/2023, 10:48 PM
Any thoughts on using GitHub milestones for delta-rs? https://github.com/delta-io/delta-rs/milestones It’d be awesome to have some insight into what’s coming in the new releases. We could use that as our roadmap. BTW - everyone is doing an amazing job with the release notes!
💯 1
w

Will Jones

09/05/2023, 10:52 PM
Yeah I could try that out 🙂
m

Matthew Powers

09/05/2023, 10:54 PM
Great, thank you so much! Let me know if you need any help.
r

rtyler

09/05/2023, 11:01 PM
I've used the milestones on other projects in the past ,but I've found for hobby hacking I was not able to work with them since they required a lot more upfront planning than I had time to devote
w

Will Jones

09/05/2023, 11:04 PM
Yeah we'll see how it goes. partly just want a list I can share of things i need reviews / merges on so I can release the next version. https://github.com/delta-io/delta-rs/milestone/2
👍 1
r

rtyler

09/05/2023, 11:06 PM
if you find it helpful to organize the python release go for it, that's where I think most people are 👀 anyways 🙂
🦀 1
💯 1
w

Will Jones

09/05/2023, 11:06 PM
btw how did our merge requirements get so strict? I find it takes forever to merge multiple PRs, because each merge means I need to update/rebase the next one and wait for CI to pass again. Do you have the same issue? Or you have a better workflow?
m

Matthew Powers

09/05/2023, 11:27 PM
@rtyler - yea, I’ve found that milestones are a bit more flexible than a full-blown roadmap, so the up-front planning hasn’t been too bad (additional issues / PRs can always be added/removed as you go). But definitely don’t want to impose something that’s burdensome.