gianm opened a new pull request, #19237: URL: https://github.com/apache/druid/pull/19237
This patch adjusts the ordering of current-dart-panel in the web console to match the current tasks panel: RUNNING is first, ACCEPTED is next, then all the completed states follow. Within each category, queries are sorted by timestamp, newest first: RUNNING and ACCEPTED by start time, and completed queries by finish time. This patch also renames the interface method "getRunningQueries" to "getQueries", because it can return completed queries too. -- 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]
