lidavidm opened a new pull request, #3904: URL: https://github.com/apache/arrow-adbc/pull/3904
This avoids inadvertently tying the result lifetime to the lifetimes of any input arguments. We discussed more drastic changes like changing the result to have 'static or even using Box<Reader + 'static>, but this opts for the most conservative change. Closes #2694. -- 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]
