Commit 1f15fe1
authored
fix: Console handling for tables without intervals. (#19343)
Since #19264, the "intervals" field is omitted from table specs
when it is ETERNITY (i.e. no time filter). This caused a crash
in the web console, which is fixed by this patch.1 parent a4d4921 commit 1f15fe1
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- web-console/src
- druid-models/stages
- views/workbench-view/execution-stages-pane
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments