kgyrtkirk opened a new pull request, #17946: URL: https://github.com/apache/druid/pull/17946
I was poking around in `QueryHandler` and I can't figure out why [this validation](https://github.com/apache/druid/blob/d1989bf3b59b9d413ab1a84abf392e9e14202adc/sql/src/main/java/org/apache/druid/sql/calcite/planner/QueryHandler.java#L600-L612) should be postponed up until the resultsupplier is created - history goes back to 2021 so that didn't helped... I don't think anything break if I the check would be done earlier; possibly more context: doing it the other way could possibly skip this validation for future `QkSqlEngine` (old planner + early `QueryDefinition` submission) -- 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]
