mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Fix innocuous data race in detectLanguage
This commit is contained in:
parent
f38c5db995
commit
f50a951e8e
2
contrib/cld2
vendored
2
contrib/cld2
vendored
@ -1 +1 @@
|
|||||||
Subproject commit bc6d493a2f64ed1fc1c4c4b4294a542a04e04217
|
Subproject commit 217ba8b8805b41557faadaa47bb6e99f2242eea3
|
2
tests/queries/0_stateless/03168_cld2_tsan.reference
Normal file
2
tests/queries/0_stateless/03168_cld2_tsan.reference
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
{'ja':0.62,'fr':0.36}
|
||||||
|
{'ja':0.62,'fr':0.36}
|
10
tests/queries/0_stateless/03168_cld2_tsan.sql
Normal file
10
tests/queries/0_stateless/03168_cld2_tsan.sql
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
-- Tags: no-fasttest
|
||||||
|
-- Tag no-fasttest: depends on cld2
|
||||||
|
|
||||||
|
-- https://github.com/ClickHouse/ClickHouse/issues/64931
|
||||||
|
SELECT detectLanguageMixed(materialize('二兎を追う者は一兎をも得ず二兎を追う者は一兎をも得ず A vaincre sans peril, on triomphe sans gloire.'))
|
||||||
|
GROUP BY
|
||||||
|
GROUPING SETS (
|
||||||
|
('a', toUInt256(1)),
|
||||||
|
(stringToH3(toFixedString(toFixedString('85283473ffffff', 14), 14))))
|
||||||
|
SETTINGS allow_experimental_nlp_functions = 1;
|
Loading…
Reference in New Issue
Block a user