LakshSingla opened a new issue, #16894: URL: https://github.com/apache/druid/issues/16894
### Description Until and before Druid 30, the query IDs of different stages in MSQ were populated randomly, but we never really relied on them. It was incorrect behavior which was fixed in https://github.com/apache/druid/pull/16168. Later, a query ID verification check was added to make sure that different stages of a query have the same query ID. However, it isn't safe to do so till we have to maintain backward compatibility with Druid 30, which would be till Druid 34 is released. https://github.com/apache/druid/pull/16886 removed the query id verification check, that should be added back once that happens. -- 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]
