You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2020/12/03 06:29:04 UTC

[GitHub] [incubator-pinot] pabrahamusa commented on issue #6309: TEXT index negative searches not working

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org