XiangpengHao commented on PR #11421: URL: https://github.com/apache/datafusion/pull/11421#issuecomment-2225782969
Please hold for review. Reusing the underlying buffer turns out to be a bad idea because it will prevent the buffers from being released. I think it's better to copy the unique strings to new buffers. -- 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]
