RobotCharlie commented on issue #6189: URL: https://github.com/apache/druid/issues/6189#issuecomment-1668787207
@RestfulBlue . I don't know your exact use case but I am able to have a work around by using `CONTAINS_STRING` scalar function. See below example, ``` HAVING CONTAINS_STRING(log_record, 'something') ``` -- 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]
