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



##########
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:
       This function is to be used only in the base_cache_key so it also stores 
the expressions and compare them when comparing one base_cache_key against 
another.




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