pabrahamusa commented on issue #6309: URL: https://github.com/apache/incubator-pinot/issues/6309#issuecomment-737696301
it does work for regexp_like so following is working for regexp_like but not for TEXT_MATCH select date,data from mytable where regexp_like(container_name,'^(?!.*(background)).*$') ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org