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/doris.git
from a9ac930e5f [Fix](mutli-catalogs) Fix jdbc regression tests. (#18927) add 45d0f53529 [Regression-test](Export) add regression test for export #18897 No new revisions were added by this update. Summary of changes: .../data/export_p0/test_export_basic.out | 430 +++++++++++++++ regression-test/data/export_p0/test_export_csv.out | 241 +++++++++ .../data/export_p0/test_export_data_types.out | 36 ++ .../data/export_p0/test_export_empty_table.out | 13 + regression-test/data/export_p0/test_export_orc.out | 205 +++++++ .../data/export_p0/test_export_parquet.out | 205 +++++++ .../suites/export_p0/test_export.groovy | 21 - .../suites/export_p0/test_export_basic.groovy | 387 ++++++++++++++ .../suites/export_p0/test_export_csv.groovy | 443 +++++++++++++++ .../suites/export_p0/test_export_data_types.groovy | 594 +++++++++++++++++++++ .../export_p0/test_export_empty_table.groovy | 493 +++++++++++++++++ .../suites/export_p0/test_export_orc.groovy | 206 +++++++ .../suites/export_p0/test_export_parquet.groovy | 209 ++++++++ 13 files changed, 3462 insertions(+), 21 deletions(-) create mode 100644 regression-test/data/export_p0/test_export_basic.out create mode 100644 regression-test/data/export_p0/test_export_csv.out create mode 100644 regression-test/data/export_p0/test_export_data_types.out create mode 100644 regression-test/data/export_p0/test_export_empty_table.out create mode 100644 regression-test/data/export_p0/test_export_orc.out create mode 100644 regression-test/data/export_p0/test_export_parquet.out delete mode 100644 regression-test/suites/export_p0/test_export.groovy create mode 100644 regression-test/suites/export_p0/test_export_basic.groovy create mode 100644 regression-test/suites/export_p0/test_export_csv.groovy create mode 100644 regression-test/suites/export_p0/test_export_data_types.groovy create mode 100644 regression-test/suites/export_p0/test_export_empty_table.groovy create mode 100644 regression-test/suites/export_p0/test_export_orc.groovy create mode 100644 regression-test/suites/export_p0/test_export_parquet.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org