abandy commented on PR #41342: URL: https://github.com/apache/arrow/pull/41342#issuecomment-2128294528
> In general, smaller PRs are easy to review/merge than one large PR. If you want to proceed quickly as much as possible, could you use the smaller PRs approach next time like you will do for struct type? For example, we might be able to choose the following approach for this case: > > 1. Implement `ArrowSchema` export for 1 simple type such as `bool`. > 2. Implement `ArrowSchema` import for 1. > 3. Implement `ArrowSchema` export/import for one more simple type such as `int8`. > 4. ... > > FYI: MATLAB uses the small PRs approach: https://github.com/apache/arrow/issues?q=is%3Aissue+matlab+%22C+data+interface%22 Hi @kou, thank you example on the smaller project. I will definitely follow that format for the struct type change! Thank you very much! -- 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]
