andygrove commented on code in PR #3835:
URL: https://github.com/apache/arrow-datafusion/pull/3835#discussion_r995778939
##########
datafusion/optimizer/src/unwrap_cast_in_comparison.rs:
##########
@@ -140,9 +138,9 @@ impl ExprRewriter for UnwrapCastExprRewriter {
try_cast_literal_to_type(left_lit_value,
&expr_type)?;
if let Some(value) = casted_scalar_value {
// unwrap the cast/try_cast for the right expr
- return Ok(binary_expr(
+ return Ok(datafusion_expr::binary_expr(
Review Comment:
Why is the crate name required here now?
--
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]