kriti-sc opened a new pull request #7894: URL: https://github.com/apache/pinot/pull/7894
Fixes https://github.com/apache/pinot/issues/7714 ## Description Since query option is processed as a regex, options are being picked up from commented-out queries. E.g. ``` SELECT * FROM table -- SELECT * FROM table OPTION(...) ``` This change ensures that options in commented-out query are ignored. -- 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