alamb commented on code in PR #3169:
URL: https://github.com/apache/arrow-datafusion/pull/3169#discussion_r946190149


##########
datafusion/physical-expr/src/planner.rs:
##########
@@ -286,19 +286,13 @@ pub fn create_physical_expr(
 
                 let list_exprs = list
                     .iter()
-                    .map(|expr| match expr {
-                        Expr::Literal(ScalarValue::Utf8(None)) => 
create_physical_expr(

Review Comment:
   both match arms are the same. It is interesting clippy didn't tell us about 
that



-- 
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