Dandandan commented on PR #3168: URL: https://github.com/apache/arrow-datafusion/pull/3168#issuecomment-1216035209
I think a good approach might be to have the cast part of the logical planner, so the join expression becomes in the form `col1::TEXT = col2 AND col2::`. That shouldn't be really very join specific I believe we should already have most of the logic there for casting to a common type for expressions. -- 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]
