mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
update one more test
This commit is contained in:
parent
b07f35ce28
commit
85fbf6cc62
@ -925,10 +925,11 @@ Expression ((Projection + Before ORDER BY))
|
|||||||
Window (Window step for window \'ORDER BY o ASC, number ASC\')
|
Window (Window step for window \'ORDER BY o ASC, number ASC\')
|
||||||
Sorting (Sorting for window \'ORDER BY o ASC, number ASC\')
|
Sorting (Sorting for window \'ORDER BY o ASC, number ASC\')
|
||||||
Window (Window step for window \'ORDER BY number ASC\')
|
Window (Window step for window \'ORDER BY number ASC\')
|
||||||
Sorting (Sorting for window \'ORDER BY number ASC\')
|
Expression ((Before window functions + (Projection + Before ORDER BY)) [lifted up part])
|
||||||
Expression ((Before window functions + (Projection + Before ORDER BY)))
|
Sorting (Sorting for window \'ORDER BY number ASC\')
|
||||||
SettingQuotaAndLimits (Set limits and quota after reading from storage)
|
Expression ((Before window functions + (Projection + Before ORDER BY)))
|
||||||
ReadFromStorage (SystemNumbers)
|
SettingQuotaAndLimits (Set limits and quota after reading from storage)
|
||||||
|
ReadFromStorage (SystemNumbers)
|
||||||
-- A test case for the sort comparator found by fuzzer.
|
-- A test case for the sort comparator found by fuzzer.
|
||||||
SELECT
|
SELECT
|
||||||
max(number) OVER (ORDER BY number DESC NULLS FIRST),
|
max(number) OVER (ORDER BY number DESC NULLS FIRST),
|
||||||
|
Loading…
Reference in New Issue
Block a user