Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.0.0
-
None
-
None
Description
With HIVE-16885, filter predicates in ON clause for INNER joins are pushed within the join operator (residual predicates in the operator). Previously, residual predicates were only used for OUTER join operators.
Currently, vectorization does not support the evaluation of residual predicates that are within an INNER join, and thus, it gets disabled if the filter expression is pushed within the join. We should implement the vectorization of INNER join in the presence of residual predicates.
Attachments
Issue Links
- is related to
-
HIVE-17766 Support non-equi LEFT SEMI JOIN
- Closed
- relates to
-
HIVE-16885 Non-equi Joins: Filter clauses should be pushed into the ON clause
- Closed