liukun4515 commented on issue #4389:
URL: 
https://github.com/apache/arrow-datafusion/issues/4389#issuecomment-1331617846

   Can we change the logical plan of join to presto or doris? and extract the 
`on condition` to the `option<expr>`
   
   If we can change the `pub on: Vec<(column,column)>,` to option<expr>, we 
don't need to do the [join type 
coercion](https://github.com/apache/arrow-datafusion/pull/4353) specifically 
for the expr in the Join plan.


-- 
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]

Reply via email to