mirror of
https://github.com/apache/impala.git
synced 2025-12-25 02:03:09 -05:00
Iceberg provides a rich API to push predicates down. Currently we only push BinaryPredicate such as EQ, LT, GT, etc. This commit implements IN predicate push down. Testing: - Added end-to-end testing for pushing down IN predicate to iceberg Change-Id: Id4be9aa31a6353021b0eabc4485306c0b0e8bb07 Reviewed-on: http://gerrit.cloudera.org:8080/18463 Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>