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

Runtime IN-list filters for Kudu tables

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Backend
    • None

    Description

      After IMPALA-10898, we can consider pushing down runtime IN-list filters to kudu scanners. There is an interface for this in KuduTable (added in KUDU-1363):

        KuduPredicate* NewInListPredicate(const Slice& col_name,
                                          std::vector<KuduValue*>* values); 

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              stigahuang Quanlong Huang
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: