[UT] fix unstable test for agg if (#61391)
Signed-off-by: before-Sunrise <unclejyj@gmail.com>
This commit is contained in:
parent
a362c009bc
commit
6aa2ba425a
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
|||
-- name: test_basic_window_function_2
|
||||
-- name: test_basic_window_function_2 @slow
|
||||
CREATE TABLE `t0` (
|
||||
`v1` int(11) NULL,
|
||||
`v2` int(11) NULL,
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
-- name: test_basic_window_function_2
|
||||
-- name: test_basic_window_function_2 @slow
|
||||
CREATE TABLE `t0` (
|
||||
`v1` int(11) NULL,
|
||||
`v2` int(11) NULL,
|
||||
|
|
|
|||
Loading…
Reference in New Issue