gianm commented on issue #9886: URL: https://github.com/apache/druid/issues/9886#issuecomment-630945185
Hmm, this is because the Router does not understand SQL, and just passes it to the Broker directly. It would be tough to fix this without introducing the SQL layer into the Router, which would be a pretty heavyweight thing. One thing we had discussed previously was moving the Router logic into the Broker (so Brokers can route to each other). This might be a good path forwards. /cc @clintropolis — may depend on the Broker asyncification stuff you had mentioned at one point. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
