-
-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
Environment
sentry self-hosted 25.5.1
Clickhouse 23.8.14.6 (distributed)
Steps to Reproduce
- Bootstrap fresh clickhouse
- Import database scheme from running ch
Or just follow regular steps to expand your existing clickhouse cluster.
Expected Result
No errors
Actual Result
When I tried to import schema for querylog_local table I got this error:
DB::Exception: Invalid sampling column type in storage parameters: UUID. Must be one unsigned integer type. (ILLEGAL_TYPE_OF_COLUMN_FOR_FILTER)
Looks like it is prohibited now ClickHouse/ClickHouse#29005
And probably didn't work before 21.9.
Metadata
Metadata
Assignees
Projects
Status
Waiting for: Product Owner