Commit 9728352
DartSqlResource: Sort queries by start time. (apache#17282)
* DartSqlResource: Sort queries by start time.
This keeps the list of queries returned by the API in a consistent order.
* Fix test.
(cherry picked from commit 9921ac1)1 parent 390a63d commit 9728352
File tree
2 files changed
+4
-2
lines changed- extensions-core/multi-stage-query/src
- main/java/org/apache/druid/msq/dart/controller/http
- test/java/org/apache/druid/msq/dart/controller/http
2 files changed
+4
-2
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
158 | 157 | | |
159 | 158 | | |
160 | 159 | | |
| |||
172 | 171 | | |
173 | 172 | | |
174 | 173 | | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
175 | 177 | | |
176 | 178 | | |
177 | 179 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
336 | | - | |
| 336 | + | |
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
| |||
0 commit comments