joemarshall commented on PR #41125: URL: https://github.com/apache/arrow/pull/41125#issuecomment-2102585213
@kou - I couldn't quite get rid of `process_task_`, because it is used as a flag to detect finishing of data in various ways, and keeping it in makes it much easier to keep consistent behaviour compared to the threaded version, but I got rid of `process_` and `process_thread_` by using a push function as you described. -- 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]
