EmilyMatt commented on issue #15498: URL: https://github.com/apache/datafusion/issues/15498#issuecomment-2766015606
What is `strings` in this case? Is something ever dropping the value held by `a` afterwards? Naively I'd say that the loop drops `s` each time, but if that were true it would not compile, since `a` should have a longer lifetime than the last `s` Is it possible all the memory here is leaked? and that is why its so fast? Would love to know how to reproduce^^ -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org