seddonm1 commented on a change in pull request #8865:
URL: https://github.com/apache/arrow/pull/8865#discussion_r539666605
##########
File path: rust/datafusion/src/logical_plan/expr.rs
##########
@@ -265,6 +277,7 @@ impl Expr {
..
} => Ok(left.nullable(input_schema)? ||
right.nullable(input_schema)?),
Expr::Sort { ref expr, .. } => expr.nullable(input_schema),
+ Expr::Between { .. } => Ok(true),
Review comment:
@andygrove good catch. i have updated the 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.
For queries about this service, please contact Infrastructure at:
[email protected]