Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangstar333 committed Sep 30, 2024
1 parent c3fe350 commit c9d8424
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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; """
Expand Down

0 comments on commit c9d8424

Please sign in to comment.