Commit 2b9a5e7
committed
Fix slow/last queries view (disable analyzer as a workaround for now)
The problem:
azat.local$ select ProfileEvents.Names from system.query_log
SELECT ProfileEvents.Names
FROM system.query_log
Query id: 6036f039-3b9b-4cd3-a853-b6d5d24bf92b
Elapsed: 0.006 sec.
Received exception from server (version 24.10.1):
Code: 44. DB::Exception: Received from localhost:9000. DB::Exception: Invalid column type for ColumnUnique::insertRangeFrom. Expected String, got LowCardinality(String). (ILLEGAL_COLUMN)
Will be fixed separately.1 parent 9e3c8e7 commit 2b9a5e7
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
143 | 148 | | |
144 | 149 | | |
145 | 150 | | |
| |||
0 commit comments