Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-11243

Improve predicate pushdown to Iceberg

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Resolved
    • None
    • Impala 4.2.0
    • Frontend
    • ghx-label-10

    Description

      Iceberg provides a rich API to push down predicates, e.g. we could push down complex predicates with OR, NOT, etc.

      Also, currently we only push down predicates in the form:

      COL <bin-operator> LITERAL_EXPR
      E.g.:
      col_ts <= '2021-01-01 12:01:00'
      

      Instead of only allowing literal expressions, we could evaluate any constant expression and push down the result to Iceberg.

      Attachments

        Activity

          People

            lipenglin Li Penglin
            boroknagyz Zoltán Borók-Nagy
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: