jpedroantunes opened a new pull request #9813: URL: https://github.com/apache/arrow/pull/9813
Currently gandiva cache is an LRU cache. It would be interesting to change it so that the expressions which take large amount of time to build stay as long as possible in the cache. So, we need to Implement a new cache for Gandiva focused on this build time policy, and make it configurable so it is possible to define if it will be used the LRU cache or this new one. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org