We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 389cbca commit 66af36fCopy full SHA for 66af36f
tests/sqllogictests/suites/base/20+_others/20_0008_max_execute_time.test
@@ -2,7 +2,7 @@ statement ok
2
SET max_execute_time_in_seconds = 1
3
4
statement error 1043
5
-select avg(number) from numbers(1000000000000)
+select avg(number%1000) from numbers(1000000000000)
6
7
statement ok
8
SET max_execute_time_in_seconds = 0
0 commit comments