[UT] Fix timeout for SQL test case `test_partition_hash_join` (#62722)
Signed-off-by: zihe.liu <ziheliu1024@gmail.com>
This commit is contained in:
parent
cc96b75c89
commit
0de2419259
|
|
@ -1,4 +1,4 @@
|
|||
-- name: test_partition_hash_join
|
||||
-- name: test_partition_hash_join @sequential
|
||||
CREATE TABLE __row_util_base (
|
||||
k1 bigint NULL
|
||||
) ENGINE=OLAP
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
-- name: test_partition_hash_join
|
||||
-- name: test_partition_hash_join @sequential
|
||||
|
||||
CREATE TABLE __row_util_base (
|
||||
k1 bigint NULL
|
||||
|
|
|
|||
Loading…
Reference in New Issue