ClickHouse/tests/queries/0_stateless/02945_blake3_msan.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
111 B
MySQL
Raw Normal View History

2023-12-14 17:47:53 +00:00
-- Tags: no-fasttest
-- https://github.com/ClickHouse/ClickHouse/issues/57810
SELECT hex(BLAKE3(BLAKE3('a')));