wiedld commented on code in PR #17248: URL: https://github.com/apache/datafusion/pull/17248#discussion_r2286490220
########## datafusion/optimizer/src/analyzer/type_coercion.rs: ########## @@ -957,6 +957,43 @@ fn coerce_case_expression(case: Case, schema: &DFSchema) -> Result<Case> { /// /// This method presumes that the wildcard expansion is unneeded, or has already /// been applied. +/// +/// ## Schema and Field Handling in Union Coercion +/// Review Comment: Note that here in the analyzer, we handle union coercion differently than at construction. -- 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