nevi-me opened a new pull request #508:
URL: https://github.com/apache/arrow-datafusion/pull/508
# Which issue does this PR close?
Closes #507.
# Rationale for this change
Extending pruning to include string columns with `LIKE`
# What changes are included in this PR?
Checks if a `LIKE` and `NOT LIKE` condition don't start with `%`, and
converts them into a `EQ` filter.
# Are there any user-facing changes?
No
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]