ArnavBalyan opened a new pull request, #9205:
URL: https://github.com/apache/paimon/pull/9205
### Purpose
- Like with escape wildcards such as `a\%` is incorrectly optimized.
- This causes the literal % values to be excluded while values beginning
with `a\` are incorrectly included.
- Skip like optimization for patterns containing escape characters so they
use the escape aware like evaluator.
### Tests
- UT
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]