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 b59ce73e1d fix the case fail when enable Hdfs (#11051)
b59ce73e1d is described below

commit b59ce73e1d44f8c6830532455f10b92e41d27292
Author: carlvinhust2012 <[email protected]>
AuthorDate: Thu Jul 21 07:09:09 2022 +0800

    fix the case fail when enable Hdfs (#11051)
---
 regression-test/suites/csv_header/test_csv_with_header.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/regression-test/suites/csv_header/test_csv_with_header.groovy 
b/regression-test/suites/csv_header/test_csv_with_header.groovy
index 9fe8e05932..73654f85b2 100644
--- a/regression-test/suites/csv_header/test_csv_with_header.groovy
+++ b/regression-test/suites/csv_header/test_csv_with_header.groovy
@@ -15,7 +15,7 @@
 // specific language governing permissions and limitations
 // under the License.
 
-suite("test_csv_with_header", "csv_with_header") {
+suite("test_csv_with_header", "csv_header") {
      //define format
     def format_csv = "csv"
     def format_csv_with_names = "csv_with_names"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to