blackfox1983 opened a new pull request #3602: URL: https://github.com/apache/incubator-doris/pull/3602
case is desc in #3576 Why this case happened In current implement, translation into dsl only if it is not the first charactor. Thus, when sql is write like '%abc', translation would not run. How fixed Now, translation will trigger with charactor '?' or '*' if it is the first charactor, translate directly else, check the preceding char is escaped or not to determin translation or not ---------------------------------------------------------------- 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]
