-
Notifications
You must be signed in to change notification settings - Fork 576
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discuss of sqlparser-rs project status / maintenance Feb 2023 #818
Comments
I'm being helped by this project, so I would continuous contribution for it. |
Thanks @sivchari -- I think what would be most helpful is to help review PRs as they come in (watch the repo or something) and then ping me when you think they are ready for review and merge. @ankrgyl has been helping do this recently and it really helps |
Thank you for reply, @alamb .
I think so too. I review PRs, thanks 👍 |
Here is another proposal: #1139 |
Update of #643
Current Status
The good!
At the time of writing, this project has achieved "platinum" status on crates.io (over 1 million downloads) -- https://crates.io/crates/sqlparser 🎉
There are also many forks (337 on github alone at the time of writing, and there are several "copy into a new repo" type forks I know of as well).
There are releases every month or so https://crates.io/crates/sqlparser/versions
The crate is easy to contribute to: there is a long history of accepting relatively small and targeted PRs from new contributors that add SQL syntax and functionality as described in https://github.com/sqlparser-rs/sqlparser-rs#contributing.
The API of this crate is very stable. While new releases do sometimes require changes in downstream crates, as new fields or enum variants are added, the overhead of updating has been quite low.
The not so good 😢
Limited maintenance bandwidth
I have merged almost all PRs over the last year, though @AugustoFKL has helped recently with reviews (thank you!), I am not sure he will be able to continue to do so.
Unfortunately no one else has (yet) to my knowledge consistently reviewed PRs from the community checking that they have adequate tests, follow existing code conventions, are documented, etc.
This leads to, among other things:
No way to make major breaking API changes
There is also a long history of people proposing significant changes and additions to this crate. For example, recently, @ankrgyl proposal to add location information #790
These tend to get "stuck" due to two factors:
There are, unsurprisingly, different opinions on the benefit vs cost tradeoff for major downstream code churn, but we don't have any way to rationalize this nor any outlet for people who want features vs a stable API
Interestingly, the specific features cited on #643 were eventually merged (after a lot of back and forth to minimize ongoing maintenance and API churn)
Call to Action
First of all, I would love additional help maintaining this crate (especially from contributors who know the code well). Being able to review a PR where someone else has already ensured there is sufficient testing, documentation, and the code follows the existing structures would help me a LOT. Also I view consistent PR review as the path to granting someone write access to this repo.
There are also other possible things we could work on as a community:
Background / People with Write Access
This project was initially started by @andygrove
At various times, @benesch @maxcountryman @Dandandan @nickolay and myself have helped maintain the code. This is also the list of people who have write access to the github repo and crates.io https://crates.io/crates/sqlparser
The text was updated successfully, but these errors were encountered: