You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/30 04:01:29 UTC

[GitHub] [arrow-datafusion] liukun4515 commented on issue #4389: Proposal: Improve the join keys of logical plan

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

   > equi_preds
   
   in the spark just the 
   
   ```
   case class Join(
       left: LogicalPlan,
       right: LogicalPlan,
       joinType: JoinType,
       condition: Option[Expression],
       hint: JoinHint)
   ```
   
   cc @ygf11 


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org