You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments