[CH] Sort merge join supports mixed filter condition
Open
enhancement
- Dominant language
- Scala
- Stars
- 1.6k
- Forks
- 657
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 80
Description
### Description
If the join condition contains any mixed filter expression which involves columns from both tables, gluten will fallback when the join algorithm is sort merge join (except that it'a an inner join). shuffle hash join has supported mixed filter expressions, https://github.com/apache/incubator-gluten/pull/5735.
Contributor guide
Assessment
This issue has not been assessed yet.