This is an automated email from the ASF dual-hosted git repository. dataroaring 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 5d4557938af [regression-test](fix) fix export_struct bug (#26561) 5d4557938af is described below commit 5d4557938af85ba8b43dd08b4505407960539d79 Author: shuke <37901441+shuke...@users.noreply.github.com> AuthorDate: Wed Nov 8 14:57:07 2023 +0800 [regression-test](fix) fix export_struct bug (#26561) --- regression-test/suites/export/test_struct_export.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/regression-test/suites/export/test_struct_export.groovy b/regression-test/suites/export/test_struct_export.groovy index 18ef26b8341..f9f2b1fc63c 100644 --- a/regression-test/suites/export/test_struct_export.groovy +++ b/regression-test/suites/export/test_struct_export.groovy @@ -86,6 +86,7 @@ suite("test_struct_export", "export") { if (backends.size() > 1) { outFile = "/tmp" } + def url = "" def urlHost = "" def csvFiles = "" logger.info("test_struct_export the outFilePath=" + outFilePath) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org