advancedxy commented on code in PR #10031:
URL: 
https://github.com/apache/arrow-datafusion/pull/10031#discussion_r1559642747


##########
datafusion/physical-expr/src/expressions/in_list.rs:
##########
@@ -540,7 +553,7 @@ mod tests {
             &schema
         );
 
-        // expression: "a not in ("a", "b")"
+        // expression: "a in ("a", "b")"

Review Comment:
   This seems wrong, just go ahead and fix 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to