Description
We can push down SparkSQL LIKE "foo%" predicates which are handled as StringStartsWith filters as a range predicate on the Kudu column.
Attachments
Attachments
Issue Links
- is related to
-
KUDU-1452 Add predicate to allow scan based on COLUMN LIKE '%val%'
- Open