Skip to content

minor: Show running Dart queries first.#19237

Merged
capistrant merged 1 commit intoapache:masterfrom
gianm:dart-queries-sort-order
Apr 2, 2026
Merged

minor: Show running Dart queries first.#19237
capistrant merged 1 commit intoapache:masterfrom
gianm:dart-queries-sort-order

Conversation

@gianm
Copy link
Copy Markdown
Contributor

@gianm gianm commented Mar 31, 2026

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 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.
@github-actions github-actions bot added Area - Batch Ingestion Area - Querying Area - Web Console Area - MSQ For multi stage queries - https://github.com/apache/druid/issues/12262 labels Mar 31, 2026
@capistrant capistrant merged commit e499a52 into apache:master Apr 2, 2026
113 of 116 checks passed
@github-actions github-actions bot added this to the 37.0.0 milestone Apr 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area - Batch Ingestion Area - MSQ For multi stage queries - https://github.com/apache/druid/issues/12262 Area - Querying Area - Web Console

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants