zhztheplayer commented on PR #11527: URL: https://github.com/apache/incubator-gluten/pull/11527#issuecomment-3842063599
@zhouyuan > Thanks! I understand the basic logic now - just one question on the concurrent execution threading model The change is not supposed to support a concurrent execution model - it's still single-threaded execution. The goal was to add the barrier API, so we can reuse the Velox task in the same thread but for newer inputs. Let me know any remaining issues. cc @rui-mo -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
