-
Notifications
You must be signed in to change notification settings - Fork 787
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
Looking for help maintaining (reviewing PRs) in arrow/parquet/object_store #6418
Comments
BTW total kudos to @Xuanwo for their help so far -- it has been most appreciated |
@alamb I'd be happy to chip in. Especially around the extremely older ones. Because I feel some of them have stalled to the point where they're effectively obsolete but still keeping an entry in open issues' list. |
Please feel free to ping me if there are For other parts of this project, I'm still learning, so I can only handle the simpler ones. |
That would be super helpful @ByteBaker -- indeed some of the older ones are stalled indeed. Any help cleaning would be helpful (even if it is just a ping to me or another committer saying they should probably be closed) |
@dsgibbons asked on discord:
TLDR there is no such list I know of or official distinction between arrow commiters; However, clearly there are those of us who focus more on the rust implementation, I think the easiest thing to do is look at who has merged recent PRs in this repo. Examples: myself @alamb , @tustvold , @viirya , @Dandandan ) |
It might be worthwhile to include google/flatbuffers#8150 on this list ( PRs google/flatbuffers#8398 #6426 ) |
@bkietz what list are you referring to? |
I meant the list of PRs linked to this issue above |
BTW there has been a marked uptick in review activity, thank you to @etseidl @wiedld @Xuanwo @westonpace @ByteBaker and others who I probably forgot for all their help 🙏 |
@alamb we don't have that much spare time to devote to reviews, but we are contributing a fair amount and using arrow-rs and datafusion a lot. Therefore, we (Pydantic Services Inc.) could be happy sponsor individuals or organizations significantly (up to $1000/month) for helping to maintain and develop arrow-rs. If that can help someone (or multiple people) find more time to work on arrow-rs (or datafusion), it would make me very happy. If not, feel free to ignore my comment — I know most people don't work on open source for the money, so I don't want to pollute the platonic ideals of open source with grubby 💸 if it's not wanted. |
Clubbing the following together here for better tracking. These are for documenting
|
I'd urge others to also please go through the list above. If an item they see doesn't have a recent comment from me, please add your inputs. |
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
PRs in this repository are now taking days/weeks to review, which results in
This repo isn't something "we" are providing or are gate keeping. This is project is a community effort in all aspects.
Describe the solution you'd like
I would like more capacity to review PRs in this repo so that we can merge them faster and accelerate progress in this repository.
Reviewing PRs means;
@
mention one of the committers and we'll give it a review and mergeDescribe alternatives you've considered
I would like everyone who contributes code to this repository to feel both welcome and empowered to review PRs. It takes time and effort, no doubt, but you will very likely learn something and sustained help reviewing PRs is a great way to be considered for committer yourself.
If you are waiting on a review, please consider helping review other PRs -- it will reduce the time before your PR is reviewed.
People may have the idea that PRs can only be reviewed by "committers" in arrow. However, this is not the case -- committers need to do a final approve + merge, but anyone can (and should!) be reviewing other PRs.
As an example, @iffyio's work in sqlparser-rs is textbook example of how to review PRs: https://github.com/sqlparser-rs/sqlparser-rs/pulls?q=is%3Apr+commenter%3Aiffyio
Additional context
Previously @tustvold spent a significant amount of his effort on reviewing PRs in this crate and was paid to do so by InfluxData. He has now moved on to other endeavors, and while he is still helping and InfluxData is working on backfilling his review capacity this project should not be seen as something we can afford to maintain by ourselves
The text was updated successfully, but these errors were encountered: