gianm opened a new pull request, #19079: URL: https://github.com/apache/druid/pull/19079
If a query ends without a worker ever receiving a work order (perhaps due to failure), the call to DefaultQueryMetrics.getTableNamesAsString would throw a NullPointerException. This patch updates metric emitting logic to skip dimensions that are not available at the time the query completes. -- 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]
