snuba
snuba copied to clipboard
sampling column type for querylog_local
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 https://github.com/ClickHouse/ClickHouse/issues/29005
And probably didn't work before 21.9.