pabrahamusa opened a new issue #6309: URL: https://github.com/apache/incubator-pinot/issues/6309
If I try with a NOT condition in regex it is not working for TEXT_MATCH regex search eg: -select date,data from mytable where TEXT_MATCH(data,'/^((?!background).)*$/') This should provide me with matches without containing string background, However it is not working. ---------------------------------------------------------------- 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