Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangstar333 committed Sep 27, 2024
1 parent ed2ddec commit c3fe350
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ suite("test_string_pad_function") {

sql """ set enable_decimal256 = true;"""
sql """ set parallel_pipeline_task_num = 1;"""
sql new File("""${context.file.parent}/create.sql""").text
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; """
}

0 comments on commit c3fe350

Please sign in to comment.