samarthjain commented on pull request #10040: URL: https://github.com/apache/druid/pull/10040#issuecomment-645223184
Ok, figured out what the right thing to do here is, I think. When a user requests to escape search characters like `_` by using `\\_` , we need to make sure that the `ESCAPE `\` clause is added to the `LIKE` filter. Added tests to verify the fix. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
