You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "DDtKey (via GitHub)" <gi...@apache.org> on 2023/05/11 17:08:33 UTC

[GitHub] [arrow-datafusion] DDtKey commented on issue #4364: Enhance SortMergeJoin to support Join filters(non-equal Join conditions)

DDtKey commented on issue #4364:
URL: https://github.com/apache/arrow-datafusion/issues/4364#issuecomment-1544374766

   Hi @alamb, 
   
   Just wanted actualize this issue and enrich with some information.
   
   Currently Join filters are disabled for `SortMergeJoin` with [TODO](https://github.com/apache/arrow-datafusion/blob/68061aaccc2b069eb68f20a31202bd1f884ed752/datafusion/core/src/physical_plan/planner.rs#L1065-L1066) and it produces error in such case.
   
   So if I will disable `prefer_hash_join` config, it will lead to errors for such queries. 


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