augustoasilva commented on a change in pull request #11193: URL: https://github.com/apache/arrow/pull/11193#discussion_r713843095
########## File path: cpp/src/gandiva/projector.h ########## @@ -138,6 +167,7 @@ class GANDIVA_EXPORT Projector { SchemaPtr schema_; FieldVector output_fields_; std::shared_ptr<Configuration> configuration_; + bool compiled_from_cache_; Review comment: built_from_cache sounds better, so changed to it. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org