This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new e54cd6a35d [fix](regression)fix case test_outfile_orc_max_file_size by
replace table_export_name #23648
e54cd6a35d is described below
commit e54cd6a35dd5a658805a1c712180ff12821e853b
Author: zhangguoqiang <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]