HyukjinKwon commented on PR #48729: URL: https://github.com/apache/arrow/pull/48729#issuecomment-3771402467
Thanks for the comment. Just read the code around https://github.com/apache/arrow/pull/48729#pullrequestreview-3651848712. It seems like we need a global cache with a thread lock. I just tried a quick implementation for that in my local (with trying to reuse `arrow::internal::LruCache` with a lock) but looks like it's too overkill .. Let me close this one for now. -- 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]
