walterddr opened a new pull request, #8880: URL: https://github.com/apache/pinot/pull/8880
Background === Currently Query Options are parsed via regex match and replaced with empty string. This causes SQLi issue. Solution === - using parser.jj extension. - backward-incompatible change, OPTIONS now can only be supported outside of a SQL statement (e.g. beginning or end of SQL string) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
