From c9d84240ebb9febe0be78cfdda027a1b0e930c1a Mon Sep 17 00:00:00 2001 From: zhangstar333 <2561612514@qq.com> Date: Mon, 30 Sep 2024 13:52:27 +0800 Subject: [PATCH] update test --- .../suites/correctness_p0/test_string_pad_function.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/regression-test/suites/correctness_p0/test_string_pad_function.groovy b/regression-test/suites/correctness_p0/test_string_pad_function.groovy index 1998961e72c326..3a9d0835eba8c8 100644 --- a/regression-test/suites/correctness_p0/test_string_pad_function.groovy +++ b/regression-test/suites/correctness_p0/test_string_pad_function.groovy @@ -56,7 +56,6 @@ suite("test_string_pad_function") { qt_lpad5 """ SELECT lpad("123", 2, NULL); """ sql """ set enable_decimal256 = true;""" - sql """ set parallel_pipeline_task_num = 1;""" sql new File("""${context.file.parent}/../../data/correctness_p0/create.sql""").text sql """sync""" qt_select_rpad2 """ select pk,col_char_10__undef_signed_not_null_index_inverted as ori_col, rpad(col_char_10__undef_signed_not_null_index_inverted, 10, 'x') as col_rpad from table_1000_undef_partitions2_keys3_properties4_distributed_by56 order by 1; """