augustoasilva commented on a change in pull request #11193:
URL: https://github.com/apache/arrow/pull/11193#discussion_r732323264
##########
File path: cpp/src/gandiva/cache.h
##########
@@ -39,17 +39,21 @@ class Cache {
Cache() : Cache(GetCapacity()) {}
- ValueType GetModule(KeyType cache_key) {
+ ::std::shared_ptr<Cache> create(size_t capacity) {
+ return ::std::make_shared<Cache>(cache_(capacity));
Review comment:
Removed this unused function
--
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]