alamb commented on code in PR #15259: URL: https://github.com/apache/datafusion/pull/15259#discussion_r2078470521
########## datafusion/expr-common/src/type_coercion/binary.rs: ########## @@ -2250,6 +2291,23 @@ mod tests { ); // nullable because the RHS is nullable } + #[test] + fn test_struct_coercion() { Review Comment: The basic idea looks good -- I think we would need to add some sqllogictests that show what we want to happen in order to evaluate any actual code solution Sorry for the delay @TheBuilderJR -- 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