wjones127 commented on issue #32609: URL: https://github.com/apache/arrow/issues/32609#issuecomment-2101324143
I think a good place to start would be to choose a submodule with a decently limited API (maybe `fs` or `flight`? Or maybe just `data types`?) and start there. I think the things we want to demonstrate is: 1. How much work is it to do? Once we have one example PR of how to add type stubs, that becomes the template for others to make contributions to them. These can become a organized list of `good-first-issues` that we can crowdsource contributions for to get good coverage quickly, after we have figured out the initial approach. 2. Do we have a reliable way to validate them in CI? We would want to make sure the stubs are both accurate and cover the whole module. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
