-
Couldn't load subscription status.
- Fork 1.7k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
From looking at the pruning logic, it appears that we can prune inputs based on col = 'string_value', but we can't prune on col LIKE 'value%'.
We should be able to support LIKE and NOT LIKE.
Describe the solution you'd like
Extend the pruning logic to generate a pruning filter for LIKE and NOT LIKE.
Describe alternatives you've considered
None
Additional context
Spark will push down a LIKE filter if it can be converted to a starts_with, normally by checking if the string doesn't start with %.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request