This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
from 419ec3b96c [Fix Bug] Fix ehco command not found (#9021) add ca4f4d199e [Feature][regression-test]CSV import and export support header (#8487) (#9017) No new revisions were added by this update. Summary of changes: regression-test/conf/regression-conf.groovy | 8 +- regression-test/data/demo/testheader/csv.txt | 10 + .../data/demo/testheader/csv_with_names.txt | 11 + .../demo/testheader/csv_with_names_and_types.txt | 12 ++ regression-test/framework/pom.xml | 16 ++ .../org/apache/doris/regression/suite/Suite.groovy | 63 ++++++ .../org/apache/doris/regression/util/Hdfs.groovy | 109 ++++++++++ .../suites/demo/test_csv_with_header.groovy | 236 +++++++++++++++++++++ 8 files changed, 464 insertions(+), 1 deletion(-) create mode 100644 regression-test/data/demo/testheader/csv.txt create mode 100644 regression-test/data/demo/testheader/csv_with_names.txt create mode 100644 regression-test/data/demo/testheader/csv_with_names_and_types.txt create mode 100644 regression-test/framework/src/main/groovy/org/apache/doris/regression/util/Hdfs.groovy create mode 100644 regression-test/suites/demo/test_csv_with_header.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org