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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]