You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ga...@apache.org on 2022/12/20 03:42:35 UTC

[doris] branch master updated (0c2911efb1 -> 5c5ccd8d45)

This is an automated email from the ASF dual-hosted git repository.

gabriellee pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 0c2911efb1 [enhancement](gc) sub_file_cache checks the directory files when gc (#15114)
     add 5c5ccd8d45 [regression](pipeline) add TPCH cases (#15177)

No new revisions were added by this update.

Summary of changes:
 .../data/datev2/tpch_sf1_p1/sql/pipeline_q01.out   |     7 +
 .../data/datev2/tpch_sf1_p1/sql/pipeline_q02.out   |   103 +
 .../data/datev2/tpch_sf1_p1/sql/pipeline_q03.out   |    13 +
 .../data/datev2/tpch_sf1_p1/sql/pipeline_q04.out   |     8 +
 .../data/datev2/tpch_sf1_p1/sql/pipeline_q05.out   |     8 +
 .../data/datev2/tpch_sf1_p1/sql/pipeline_q06.out   |     4 +
 .../data/datev2/tpch_sf1_p1/sql/pipeline_q07.out   |     7 +
 .../data/datev2/tpch_sf1_p1/sql/pipeline_q08.out   |     5 +
 .../data/datev2/tpch_sf1_p1/sql/pipeline_q09.out   |   178 +
 .../data/datev2/tpch_sf1_p1/sql/pipeline_q10.out   |    23 +
 .../data/datev2/tpch_sf1_p1/sql/pipeline_q11.out   |  1051 ++
 .../data/datev2/tpch_sf1_p1/sql/pipeline_q12.out   |     5 +
 .../data/datev2/tpch_sf1_p1/sql/pipeline_q13.out   |    45 +
 .../data/datev2/tpch_sf1_p1/sql/pipeline_q14.out   |     4 +
 .../data/datev2/tpch_sf1_p1/sql/pipeline_q15.out   |     4 +
 .../data/datev2/tpch_sf1_p1/sql/pipeline_q16.out   | 18317 +++++++++++++++++++
 .../data/datev2/tpch_sf1_p1/sql/pipeline_q17.out   |     4 +
 .../data/datev2/tpch_sf1_p1/sql/pipeline_q18.out   |    60 +
 .../data/datev2/tpch_sf1_p1/sql/pipeline_q19.out   |     4 +
 .../data/datev2/tpch_sf1_p1/sql/pipeline_q20.out   |   189 +
 .../data/datev2/tpch_sf1_p1/sql/pipeline_q21.out   |   103 +
 .../data/datev2/tpch_sf1_p1/sql/pipeline_q22.out   |    10 +
 .../suites/datev2/tpch_sf1_p1/sql/pipeline_q01.sql |    22 +
 .../suites/datev2/tpch_sf1_p1/sql/pipeline_q02.sql |    42 +
 .../suites/datev2/tpch_sf1_p1/sql/pipeline_q03.sql |    24 +
 .../suites/datev2/tpch_sf1_p1/sql/pipeline_q04.sql |    19 +
 .../suites/datev2/tpch_sf1_p1/sql/pipeline_q05.sql |    25 +
 .../suites/datev2/tpch_sf1_p1/sql/pipeline_q06.sql |    11 +
 .../suites/datev2/tpch_sf1_p1/sql/pipeline_q07.sql |    39 +
 .../suites/datev2/tpch_sf1_p1/sql/pipeline_q08.sql |    38 +
 .../suites/datev2/tpch_sf1_p1/sql/pipeline_q09.sql |    32 +
 .../suites/datev2/tpch_sf1_p1/sql/pipeline_q10.sql |    33 +
 .../suites/datev2/tpch_sf1_p1/sql/pipeline_q11.sql |    28 +
 .../suites/datev2/tpch_sf1_p1/sql/pipeline_q12.sql |    29 +
 .../suites/datev2/tpch_sf1_p1/sql/pipeline_q13.sql |    21 +
 .../suites/datev2/tpch_sf1_p1/sql/pipeline_q14.sql |    13 +
 .../suites/datev2/tpch_sf1_p1/sql/pipeline_q15.sql |    19 +
 .../suites/datev2/tpch_sf1_p1/sql/pipeline_q16.sql |    30 +
 .../suites/datev2/tpch_sf1_p1/sql/pipeline_q17.sql |    16 +
 .../suites/datev2/tpch_sf1_p1/sql/pipeline_q18.sql |    34 +
 .../suites/datev2/tpch_sf1_p1/sql/pipeline_q19.sql |    35 +
 .../suites/datev2/tpch_sf1_p1/sql/pipeline_q20.sql |    33 +
 .../suites/datev2/tpch_sf1_p1/sql/pipeline_q21.sql |    39 +
 .../suites/datev2/tpch_sf1_p1/sql/pipeline_q22.sql |    35 +
 44 files changed, 20769 insertions(+)
 create mode 100644 regression-test/data/datev2/tpch_sf1_p1/sql/pipeline_q01.out
 create mode 100644 regression-test/data/datev2/tpch_sf1_p1/sql/pipeline_q02.out
 create mode 100644 regression-test/data/datev2/tpch_sf1_p1/sql/pipeline_q03.out
 create mode 100644 regression-test/data/datev2/tpch_sf1_p1/sql/pipeline_q04.out
 create mode 100644 regression-test/data/datev2/tpch_sf1_p1/sql/pipeline_q05.out
 create mode 100644 regression-test/data/datev2/tpch_sf1_p1/sql/pipeline_q06.out
 create mode 100644 regression-test/data/datev2/tpch_sf1_p1/sql/pipeline_q07.out
 create mode 100644 regression-test/data/datev2/tpch_sf1_p1/sql/pipeline_q08.out
 create mode 100644 regression-test/data/datev2/tpch_sf1_p1/sql/pipeline_q09.out
 create mode 100644 regression-test/data/datev2/tpch_sf1_p1/sql/pipeline_q10.out
 create mode 100644 regression-test/data/datev2/tpch_sf1_p1/sql/pipeline_q11.out
 create mode 100644 regression-test/data/datev2/tpch_sf1_p1/sql/pipeline_q12.out
 create mode 100644 regression-test/data/datev2/tpch_sf1_p1/sql/pipeline_q13.out
 create mode 100644 regression-test/data/datev2/tpch_sf1_p1/sql/pipeline_q14.out
 create mode 100644 regression-test/data/datev2/tpch_sf1_p1/sql/pipeline_q15.out
 create mode 100644 regression-test/data/datev2/tpch_sf1_p1/sql/pipeline_q16.out
 create mode 100644 regression-test/data/datev2/tpch_sf1_p1/sql/pipeline_q17.out
 create mode 100644 regression-test/data/datev2/tpch_sf1_p1/sql/pipeline_q18.out
 create mode 100644 regression-test/data/datev2/tpch_sf1_p1/sql/pipeline_q19.out
 create mode 100644 regression-test/data/datev2/tpch_sf1_p1/sql/pipeline_q20.out
 create mode 100644 regression-test/data/datev2/tpch_sf1_p1/sql/pipeline_q21.out
 create mode 100644 regression-test/data/datev2/tpch_sf1_p1/sql/pipeline_q22.out
 create mode 100644 regression-test/suites/datev2/tpch_sf1_p1/sql/pipeline_q01.sql
 create mode 100644 regression-test/suites/datev2/tpch_sf1_p1/sql/pipeline_q02.sql
 create mode 100644 regression-test/suites/datev2/tpch_sf1_p1/sql/pipeline_q03.sql
 create mode 100644 regression-test/suites/datev2/tpch_sf1_p1/sql/pipeline_q04.sql
 create mode 100644 regression-test/suites/datev2/tpch_sf1_p1/sql/pipeline_q05.sql
 create mode 100644 regression-test/suites/datev2/tpch_sf1_p1/sql/pipeline_q06.sql
 create mode 100644 regression-test/suites/datev2/tpch_sf1_p1/sql/pipeline_q07.sql
 create mode 100644 regression-test/suites/datev2/tpch_sf1_p1/sql/pipeline_q08.sql
 create mode 100644 regression-test/suites/datev2/tpch_sf1_p1/sql/pipeline_q09.sql
 create mode 100644 regression-test/suites/datev2/tpch_sf1_p1/sql/pipeline_q10.sql
 create mode 100644 regression-test/suites/datev2/tpch_sf1_p1/sql/pipeline_q11.sql
 create mode 100644 regression-test/suites/datev2/tpch_sf1_p1/sql/pipeline_q12.sql
 create mode 100644 regression-test/suites/datev2/tpch_sf1_p1/sql/pipeline_q13.sql
 create mode 100644 regression-test/suites/datev2/tpch_sf1_p1/sql/pipeline_q14.sql
 create mode 100644 regression-test/suites/datev2/tpch_sf1_p1/sql/pipeline_q15.sql
 create mode 100644 regression-test/suites/datev2/tpch_sf1_p1/sql/pipeline_q16.sql
 create mode 100644 regression-test/suites/datev2/tpch_sf1_p1/sql/pipeline_q17.sql
 create mode 100644 regression-test/suites/datev2/tpch_sf1_p1/sql/pipeline_q18.sql
 create mode 100644 regression-test/suites/datev2/tpch_sf1_p1/sql/pipeline_q19.sql
 create mode 100644 regression-test/suites/datev2/tpch_sf1_p1/sql/pipeline_q20.sql
 create mode 100644 regression-test/suites/datev2/tpch_sf1_p1/sql/pipeline_q21.sql
 create mode 100644 regression-test/suites/datev2/tpch_sf1_p1/sql/pipeline_q22.sql


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org