alamb commented on a change in pull request #792: URL: https://github.com/apache/arrow-datafusion/pull/792#discussion_r684442384
########## File path: datafusion/src/logical_plan/expr.rs ########## @@ -914,7 +916,7 @@ impl Expr { negated, } => Expr::InList { expr: rewrite_boxed(expr, rewriter)?, - list, + list: rewrite_vec(list, rewriter)?, Review comment: I agree two PRs is almost always clearer :) please do let me know when you would like another look at this PR -- 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