Dan Burkert created KUDU-1646:
---------------------------------
Summary: Improve range partition pruning with IN-list predicates
Key: KUDU-1646
URL: https://issues.apache.org/jira/browse/KUDU-1646
Project: Kudu
Issue Type: Bug
Reporter: Dan Burkert
KUDU-1363 introduces the IN-list predicate type, and allows range partitions to
be pruned if they fall outside the range of the smallest and largest value in
the list. We could do more aggressive pruning if we based the pruning on a set
of range partition key ranges, instead of a single partition key range.
This is basically the client-side equivalent of KUDU-1645.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)