Jackie-Jiang opened a new issue #7714: URL: https://github.com/apache/pinot/issues/7714
Currently query option is processed as a regex (see `CalciteSqlParser.java` for details). This behavior will cause options being picked up from commented out queries. E.g. ``` SELECT * FROM table -- SELECT * FROM table OPTION(...) ``` To fix this issue, we can consider switching to the standard SQL option syntax supported by Calcite -- 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