snuba icon indicating copy to clipboard operation
snuba copied to clipboard

sampling column type for querylog_local

Open doc-sheet opened this issue 7 months ago • 0 comments

Environment

sentry self-hosted 25.5.1 Clickhouse 23.8.14.6 (distributed)

Steps to Reproduce

  1. Bootstrap fresh clickhouse
  2. 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.

doc-sheet avatar Jun 03 '25 18:06 doc-sheet