comphead opened a new issue, #6046: URL: https://github.com/apache/arrow-datafusion/issues/6046
### Is your feature request related to a problem or challenge? There are two `fn build_join_schema` implementations https://github.com/apache/arrow-datafusion/blob/3ad7734a7e5b1844b02f1374d0dc1c441bef216d/datafusion/expr/src/logical_plan/builder.rs#L1039 https://github.com/apache/arrow-datafusion/blob/6e819d6c2b9280198c67fa16df3e54c79ce46ca2/datafusion/core/src/physical_plan/joins/utils.rs#L349 which likely doing the same thing. Ideally to have single code base for all usecases ### Describe the solution you'd like have single code base for all build join schema usecases ### Describe alternatives you've considered None ### Additional context Followup from https://github.com/apache/arrow-datafusion/pull/6015#discussion_r1168475782 -- 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]
