Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix slow/last queries view (disable analyzer as a workaround for now) #74

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

azat
Copy link
Owner

@azat azat commented Oct 15, 2024

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.

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.
@azat azat merged commit 2b9a5e7 into main Oct 15, 2024
6 checks passed
@azat azat deleted the disable-analyzer branch October 15, 2024 20:21
@azat
Copy link
Owner Author

azat commented Oct 16, 2024

Proper fix - ClickHouse/ClickHouse#70716

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant