zhztheplayer commented on PR #6646: URL: https://github.com/apache/incubator-gluten/pull/6646#issuecomment-2264318991
`WriteQueue` was initially added in Gazelle project for working with Arrow writer's pulling execution model. Which is, writing is driven by Arrow that reads data actively from an iterator we passed to native code. That's the major reason why a queue was needed. Because Velox applies pushing execution model for writing, it's definitely not needed to keep the queue in Gluten code. -- 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]
