clintropolis commented on issue #17769:
URL: https://github.com/apache/druid/issues/17769#issuecomment-2784542165

   We might not have our calcite stuff wired up to support multiple statements, 
but poking around in calcite code there is a`SqlNodeList` for parsing 
statements broken up by a semicolon, 
https://github.com/apache/calcite/blob/main/core/src/main/codegen/templates/Parser.jj#L1111,
 
https://github.com/apache/calcite/blob/main/core/src/main/java/org/apache/calcite/sql/SqlNodeList.java,
 etc. i'll look into it to see if I can figure out how to allow us to use it


-- 
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]

Reply via email to