Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-16940

Residual predicates in join operator prevent vectorization

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.0.0
    • None
    • Vectorization
    • 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

          Activity

            People

              Unassigned Unassigned
              jcamacho Jesús Camacho Rodríguez
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: