westonpace commented on PR #15104: URL: https://github.com/apache/arrow/pull/15104#issuecomment-1367967295
Thanks for the quick review. > We do have a lot of different modes of execution, though I suppose it's just because of sync/async × threaded/serial. Yep. The async-serial mode is newly introduced here and it would be nice to avoid it. However, I can't easily switch R/python over to sync-serial because I need to wait until we fix ordering (or add ordering to the DeclarationToXyz methods which I don't want to do). Fixing ordering in this PR would make the PR too large so I think I'm stuck with this. -- 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]
