sarutak opened a new pull request, #7449: URL: https://github.com/apache/arrow-datafusion/pull/7449
## Which issue does this PR close? Closes #7448 ## Rationale for this change The failure cases shown in #7448 are apparently valid. So this PR is for bug fix. ## What changes are included in this PR? The cause of the issue is that `in_expr` doesn't consider the case where the evaluated value of each expr in a list varies per row. So the issue happens in such a case except for the case `IN` expr is simplified by the optimizer. The fix is to care such a case and search the target value from the list sequentially per the given RecordBatch. ## Are there any user-facing changes? Yes. But it's a bug fix. -- 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]
