augustoasilva commented on a change in pull request #11193:
URL: https://github.com/apache/arrow/pull/11193#discussion_r715206873



##########
File path: cpp/src/gandiva/filter.cc
##########
@@ -78,6 +79,10 @@ std::string FilterCacheKey::ToString() const {
   return ss.str();
 }
 
+std::string FilterCacheKey::GetExpressionsAsString() const {

Review comment:
       There is no need for it anymore, as it were only used on the 
ExpressionCacheKey and now the ExpressionCacheKey is already built with the 
expressions from projector or filter, not the old ProjectorCacheKey or 
FilterCacheKey




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