comphead commented on PR #3168: URL: https://github.com/apache/arrow-datafusion/pull/3168#issuecomment-1221375611
@Dandandan @alamb is anywhere documentation on planner? I have implemented the cast in planner in `LogicalPlan::Join` branch, and now can see physical expression contains `TryCast` but in this case the join still fails with old error, looks like real cast is lazy and gets computed after hash_join computes its indexes (which is in ExecutionPlan phase). Please ping me where its possible to find in what sequence plans are executed -- 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]
