jpedroantunes commented on a change in pull request #9813:
URL: https://github.com/apache/arrow/pull/9813#discussion_r604959826



##########
File path: cpp/src/gandiva/cache.cc
##########
@@ -38,6 +42,22 @@ int GetCapacity() {
   return capacity;
 }
 
+int GetCacheTypeToUse() {
+  int cache_type;
+  const char* env_cache_type = std::getenv("GANDIVA_CACHE_TYPE");

Review comment:
       I will check the code to better understand what you suggested. If I have 
any problem, I will reach you




-- 
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:
[email protected]


Reply via email to