Eywek opened a new issue #7842: URL: https://github.com/apache/pinot/issues/7842
Hello, I was wondering if it was planned to add the LIKE operator to JSON_MATCH ? I’m currently using ```sql REGEXP_LIKE(JSONEXTRACTSCALAR("labels", '$.demande_intention', 'STRING'), 'terminal') ``` but it’s very slow (even with small number of scanned documents (21). And I was thinking that maybe having it directly with JSON_MATCH could speed-up this operation? ```sql JSON_MATCH("labels", 'demande_intention LIKE ''terminal''') ``` Thank you cc @atris -- 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: commits-unsubscr...@pinot.apache.org 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