mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Add a test for roundUpToPowerOfTwoOrZero() safety via repeat()
This commit is contained in:
parent
18b21511a9
commit
d8b4605e60
@ -0,0 +1 @@
|
||||
SELECT repeat('0.0001048576', number * (number * (number * 255))) FROM numbers(65535); -- { serverError 241; }
|
Loading…
Reference in New Issue
Block a user