pitrou commented on code in PR #46859:
URL: https://github.com/apache/arrow/pull/46859#discussion_r2157321505


##########
cpp/src/arrow/compute/expression.cc:
##########
@@ -1331,7 +1331,13 @@ struct Inequality {
       return call->function_name == "is_valid" ? literal(true) : 
literal(false);
     }
 
-    if (call->function_name == "is_in") {
+    // The maximum number of values in the expression set of values

Review Comment:
   Why not do this is `SimplifyIsIn` instead? Also, can you add a GH issue 
reference?



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