clintropolis commented on issue #17769: URL: https://github.com/apache/druid/issues/17769#issuecomment-2784561535
It looks like if we change this to call `parser.parseStmtList()` instead of `parser.parseStmt()` we can parse lists of statements correctly, and then check for root being `SqlNodeList` in `DruidPlanner` ~here https://github.com/apache/druid/blob/master/sql/src/main/java/org/apache/druid/sql/calcite/planner/DruidPlanner.java#L145 and then do something based on whether or not there is a list of statements -- 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]
