jayzhan211 commented on code in PR #14409: URL: https://github.com/apache/datafusion/pull/14409#discussion_r1943937054
########## datafusion/expr-common/src/type_coercion/binary.rs: ########## @@ -595,7 +595,7 @@ fn type_union_resolution_coercion( /// Handle type union resolution including struct type and others. pub fn try_type_union_resolution(data_types: &[DataType]) -> Result<Vec<DataType>> { - let err = match try_type_union_resolution_with_struct(data_types) { + let err = match try_type_union_resolution_with_struct(data_types, false) { Review Comment: We might need unique type for `coalesce` as well? -- 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