morningman commented on pull request #6314: URL: https://github.com/apache/incubator-doris/pull/6314#issuecomment-886179479
This is a historical issue, because the previous `like` operation did not implement wildcards. If you change this way, all online operations using the previous method will fail. Unless we can implement a compatible solution, such as automatically adding `%` symbols. eg: auto convert `like 'abc'` to `like "%abc%"` -- 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]
