JkSelf commented on PR #6646: URL: https://github.com/apache/incubator-gluten/pull/6646#issuecomment-2262221648
@WangGuangxin We utilize the WriteQueue to minimize the number of JNI calls, which can enhance performance. Without it, we would invoke JNI operations for each batch. Could you conduct a benchmark to compare performance with and without the WriteQueue? If there's no significant difference in performance, I'm open to removing the queue. -- 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]
