niyue opened a new pull request, #40041:
URL: https://github.com/apache/arrow/pull/40041

   ### Rationale for this change
   Gandiva's default cache is object code cache, however, the default cache 
size is still the old value for LLVM module based cache, which is too small.
   
   ### What changes are included in this PR?
   Remove the unused `GANDIVA_ENABLE_OBJECT_CODE_CACHE` flag and make the 
default cache size to be `500000` for object code cache.
   
   ### Are these changes tested?
   No
   
   ### Are there any user-facing changes?
   Yes, default cache size will be changed from 500 to 500000, and it may help 
the default deployment's performance.


-- 
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]

Reply via email to