Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information