gianm commented on PR #16153: URL: https://github.com/apache/druid/pull/16153#issuecomment-2074084352
I just had a look at the latest patch. The list-of-patterns approach makes more intuitive sense to me: the LIKE pattern is split on `%` into fixed-length subpatterns, then each fixed-length subpattern is matched in the string as early as possible. Certainly sounds correct. I'll go ahead and merge this. Thank you for the contribution! -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
