This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
commit c7ae52cd90d48824dc6c91316d171949dbf03e8b Author: zhangguoqiang <18372634...@163.com> AuthorDate: Thu Aug 31 18:51:13 2023 +0800 [fix](regression)fix case test_outfile_orc_max_file_size by replace table_export_name #23648 fix case test_outfile_orc_max_file_size by replace table_export_name --- regression-test/suites/export_p2/test_outfile_orc_max_file_size.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/suites/export_p2/test_outfile_orc_max_file_size.groovy b/regression-test/suites/export_p2/test_outfile_orc_max_file_size.groovy index 71c5980d1b..3f9abe2c2b 100644 --- a/regression-test/suites/export_p2/test_outfile_orc_max_file_size.groovy +++ b/regression-test/suites/export_p2/test_outfile_orc_max_file_size.groovy @@ -49,7 +49,7 @@ suite("test_outfile_orc_max_file_size", "p2") { """ } - def table_export_name = "test_export_max_file_size" + def table_export_name = "test_outfile_orc_max_file_size" create_table(table_export_name) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org