liukun4515 commented on code in PR #5831: URL: https://github.com/apache/arrow-datafusion/pull/5831#discussion_r1158420864
########## datafusion/optimizer/src/analyzer/mod.rs: ########## @@ -17,10 +17,12 @@ mod count_wildcard_rule; mod inline_table_scan; +pub(crate) mod type_coercion; use crate::analyzer::count_wildcard_rule::CountWildcardRule; use crate::analyzer::inline_table_scan::InlineTableScan; +use crate::analyzer::type_coercion::TypeCoercion; Review Comment: we can also close this issue https://github.com/apache/arrow-datafusion/issues/3582 cc @alamb @jackwener -- 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]
