-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Infinite loop caused by a simple query #48089
Copy link
Copy link
Closed
Labels
unexpected behaviourResult is unexpected, but not entirely wrong at the same time.Result is unexpected, but not entirely wrong at the same time.
Description
You have to provide the following information whenever possible.
This simple query has no meaning, but it will cause an infinite loop.
SELECT *
FROM system.numbers
WHERE number > toUInt64('10')(number)
LIMIT 100Does it reproduce on recent release?
Yes.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
unexpected behaviourResult is unexpected, but not entirely wrong at the same time.Result is unexpected, but not entirely wrong at the same time.