alamb commented on code in PR #9297: URL: https://github.com/apache/arrow-datafusion/pull/9297#discussion_r1505097269
########## datafusion/optimizer/src/analyzer/type_coercion.rs: ########## @@ -889,14 +889,14 @@ mod test { // test that automatic argument type coercion for scalar functions work let empty = empty(); let lit_expr = lit(10i64); - let fun: BuiltinScalarFunction = BuiltinScalarFunction::Acos; + let fun: BuiltinScalarFunction = BuiltinScalarFunction::Floor; Review Comment: 👍 -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org