ClickHouse/tests/queries/0_stateless/02790_keyed_hash_bug.sql

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

3 lines
255 B
MySQL
Raw Normal View History

2023-07-04 21:01:06 +00:00
--- previously caused MemorySanitizer: use-of-uninitialized-value, because we tried to read hash key from empty tuple column during interpretation
SELECT sipHash64Keyed((1111111111111111111, toUInt64(222222222222223))) group by toUInt64(222222222222223);