jayzhan211 commented on code in PR #13366: URL: https://github.com/apache/datafusion/pull/13366#discussion_r1837342252
########## datafusion/expr-common/src/type_coercion/binary.rs: ########## @@ -1490,6 +1491,92 @@ mod tests { ); } + #[test] + fn test_numeric_string_coercion_with_utf8view() { + assert_eq!( Review Comment: Can you find a test case that fail if the change is reverted instead of the rust test here? -- 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...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org