adarshsanjeev commented on PR #12386: URL: https://github.com/apache/druid/pull/12386#issuecomment-1109345209
> since we are reusing a lot of Calcite's rules for column and table names, can you please confirm we are not allowing a superset of the actual grammar to pass through the syntax phase? The reuse is taken from the standard SqlInsert which DruidSqlInsert wraps, that has been restricted by trimming some of the syntax as you noted, so even at worst, it shouldn't be more than what is currently allowed in INSERT syntax. -- 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]
