projjal commented on a change in pull request #11193:
URL: https://github.com/apache/arrow/pull/11193#discussion_r737138263
##########
File path: cpp/src/gandiva/gandiva_object_cache.h
##########
@@ -71,8 +71,10 @@ class GandivaObjectCache : public llvm::ObjectCache {
if (cached_obj != nullptr) {
std::unique_ptr<llvm::MemoryBuffer> cached_buffer =
cached_obj->getMemBufferCopy(
cached_obj->getBuffer(), cached_obj->getBufferIdentifier());
+ ARROW_LOG(INFO) << "[INFO][CACHE-LOG]: An object code was found on
cache.";
Review comment:
@augustoasilva Also in the greedy dual size class. Also you can remove
the log in the projector and filter since it is already logged here
--
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]