-
Notifications
You must be signed in to change notification settings - Fork 8.3k
BC check: Unknown Index type 'annoy' #41729
Copy link
Copy link
Closed
Labels
fuzzProblem found by one of the fuzzersProblem found by one of the fuzzers
Description
2022.09.23 02:46:02.920563 [ 274232 ] {} <Error> Application: Caught exception while loading metadata: Code: 80. DB::Exception: Unknown Index type 'annoy'. Available index types: hypothesis, bloom_filter, tokenbf_v1, ngrambf_v1, set, minmax: Cannot attach table `test_15`.`02354_annoy` from metadata file /var/lib/clickhouse/store/ad1/ad11a090-35e4-4a18-9dd5-2ed9ff4234c1/02354_annoy.sql from query ATTACH TABLE test_15.`02354_annoy` UUID 'cf756b6c-e980-414b-88e0-12e725214223' (`id` Int32, `embedding` Array(Float32), INDEX annoy_index embedding TYPE annoy(100) GRANULARITY 1) ENGINE = MergeTree ORDER BY id SETTINGS index_granularity = 5. (INCORRECT_QUERY), Stack trace (when copying this message, always include the lines below):
2022.09.23 02:46:04.141045 [ 274232 ] {} <Error> Application: DB::Exception: Unknown Index type 'annoy'. Available index types: hypothesis, bloom_filter, tokenbf_v1, ngrambf_v1, set, minmax: Cannot attach table `test_15`.`02354_annoy` from metadata file /var/lib/clickhouse/store/ad1/ad11a090-35e4-4a18-9dd5-2ed9ff4234c1/02354_annoy.sql from query ATTACH TABLE test_15.`02354_annoy` UUID 'cf756b6c-e980-414b-88e0-12e725214223' (`id` Int32, `embedding` Array(Float32), INDEX annoy_index embedding TYPE annoy(100) GRANULARITY 1) ENGINE = MergeTree ORDER BY id SETTINGS index_granularity = 5
2022.09.23 02:46:11.505649 [ 274665 ] {} <Error> Application: Caught exception while loading metadata: Code: 80. DB::Exception: Unknown Index type 'annoy'. Available index types: hypothesis, bloom_filter, tokenbf_v1, ngrambf_v1, set, minmax: Cannot attach table `test_15`.`02354_annoy` from metadata file /var/lib/clickhouse/store/ad1/ad11a090-35e4-4a18-9dd5-2ed9ff4234c1/02354_annoy.sql from query ATTACH TABLE test_15.`02354_annoy` UUID 'cf756b6c-e980-414b-88e0-12e725214223' (`id` Int32, `embedding` Array(Float32), INDEX annoy_index embedding TYPE annoy(100) GRANULARITY 1) ENGINE = MergeTree ORDER BY id SETTINGS index_granularity = 5. (INCORRECT_QUERY), Stack trace (when copying this message, always include the lines below):
cc: @FArthur-cmd, @rschu1ze
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
fuzzProblem found by one of the fuzzersProblem found by one of the fuzzers