jackwener commented on code in PR #4235:
URL: https://github.com/apache/arrow-datafusion/pull/4235#discussion_r1023578666


##########
datafusion/optimizer/src/simplify_expressions/expr_simplifier.rs:
##########
@@ -1001,11 +1001,6 @@ mod tests {
         let expr = call_fn("to_timestamp", vec![col("a")]).unwrap();
         test_evaluate(expr.clone(), expr);
 
-        // check that non foldable arguments are folded

Review Comment:
   same with above code



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