You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by en...@apache.org on 2023/04/19 04:01:21 UTC

[doris] branch master updated (15529afed8 -> 7d6b1a115a)

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

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


    from 15529afed8 [minor](decimal) forbid to create table with decimal type exceeds 18 (#18763)
     add 7d6b1a115a [feature](nereids)Tpc-h 1T plan shape check #18717

No new revisions were added by this update.

Summary of changes:
 .../shape/q1.out                                   |   0
 .../shape/q10.out                                  |   0
 .../shape/q11.out                                  |   0
 .../shape/q12.out                                  |   0
 .../shape/q13.out                                  |   0
 .../shape/q14.out                                  |   0
 .../shape/q15.out                                  |   0
 .../shape/q16.out                                  |   0
 .../shape/q17.out                                  |   0
 .../shape/q18.out                                  |   0
 .../shape/q19.out                                  |   0
 .../shape/q2.out                                   |   0
 .../shape/q20.out                                  |   0
 .../shape/q21.out                                  |   0
 .../shape/q22.out                                  |   0
 .../shape/q3.out                                   |   0
 .../shape/q4.out                                   |   0
 .../shape/q5.out                                   |   0
 .../shape/q6.out                                   |   0
 .../shape/q7.out                                   |   0
 .../shape/q8.out                                   |   0
 .../shape/q9.out                                   |  27 +-
 .../nereids_tpch_shape_sf1000_p0/load.groovy       | 481 +++++++++++++++++++++
 .../shape/q1.groovy                                |   0
 .../shape/q10.groovy                               |   0
 .../shape/q11.groovy                               |   0
 .../shape/q12.groovy                               |   0
 .../shape/q13.groovy                               |   0
 .../shape/q14.groovy                               |   0
 .../shape/q15.groovy                               |   0
 .../shape/q16.groovy                               |   0
 .../shape/q17.groovy                               |   0
 .../shape/q18.groovy                               |   0
 .../shape/q19.groovy                               |   0
 .../shape/q2.groovy                                |   0
 .../shape/q20.groovy                               |   0
 .../shape/q21.groovy                               |   0
 .../shape/q22.groovy                               |   0
 .../shape/q3.groovy                                |   0
 .../shape/q4.groovy                                |   0
 .../shape/q5.groovy                                |   0
 .../shape/q6.groovy                                |   0
 .../shape/q7.groovy                                |   0
 .../shape/q8.groovy                                |   0
 .../shape/q9.groovy                                |   0
 45 files changed, 495 insertions(+), 13 deletions(-)
 copy regression-test/data/{nereids_tpch_shape_sf1_p0 => nereids_tpch_shape_sf1000_p0}/shape/q1.out (100%)
 copy regression-test/data/{nereids_tpch_shape_sf1_p0 => nereids_tpch_shape_sf1000_p0}/shape/q10.out (100%)
 copy regression-test/data/{nereids_tpch_shape_sf1_p0 => nereids_tpch_shape_sf1000_p0}/shape/q11.out (100%)
 copy regression-test/data/{nereids_tpch_shape_sf1_p0 => nereids_tpch_shape_sf1000_p0}/shape/q12.out (100%)
 copy regression-test/data/{nereids_tpch_shape_sf1_p0 => nereids_tpch_shape_sf1000_p0}/shape/q13.out (100%)
 copy regression-test/data/{nereids_tpch_shape_sf1_p0 => nereids_tpch_shape_sf1000_p0}/shape/q14.out (100%)
 copy regression-test/data/{nereids_tpch_shape_sf1_p0 => nereids_tpch_shape_sf1000_p0}/shape/q15.out (100%)
 copy regression-test/data/{nereids_tpch_shape_sf1_p0 => nereids_tpch_shape_sf1000_p0}/shape/q16.out (100%)
 copy regression-test/data/{nereids_tpch_shape_sf1_p0 => nereids_tpch_shape_sf1000_p0}/shape/q17.out (100%)
 copy regression-test/data/{nereids_tpch_shape_sf1_p0 => nereids_tpch_shape_sf1000_p0}/shape/q18.out (100%)
 copy regression-test/data/{nereids_tpch_shape_sf500_p0 => nereids_tpch_shape_sf1000_p0}/shape/q19.out (100%)
 copy regression-test/data/{nereids_tpch_shape_sf1_p0 => nereids_tpch_shape_sf1000_p0}/shape/q2.out (100%)
 copy regression-test/data/{nereids_tpch_shape_sf1_p0 => nereids_tpch_shape_sf1000_p0}/shape/q20.out (100%)
 copy regression-test/data/{nereids_tpch_shape_sf1_p0 => nereids_tpch_shape_sf1000_p0}/shape/q21.out (100%)
 copy regression-test/data/{nereids_tpch_shape_sf1_p0 => nereids_tpch_shape_sf1000_p0}/shape/q22.out (100%)
 copy regression-test/data/{nereids_tpch_shape_sf1_p0 => nereids_tpch_shape_sf1000_p0}/shape/q3.out (100%)
 copy regression-test/data/{nereids_tpch_shape_sf1_p0 => nereids_tpch_shape_sf1000_p0}/shape/q4.out (100%)
 copy regression-test/data/{nereids_tpch_shape_sf1_p0 => nereids_tpch_shape_sf1000_p0}/shape/q5.out (100%)
 copy regression-test/data/{nereids_tpch_shape_sf1_p0 => nereids_tpch_shape_sf1000_p0}/shape/q6.out (100%)
 copy regression-test/data/{nereids_tpch_shape_sf1_p0 => nereids_tpch_shape_sf1000_p0}/shape/q7.out (100%)
 copy regression-test/data/{nereids_tpch_shape_sf1_p0 => nereids_tpch_shape_sf1000_p0}/shape/q8.out (100%)
 copy regression-test/data/{nereids_tpch_shape_sf500_p0 => nereids_tpch_shape_sf1000_p0}/shape/q9.out (52%)
 create mode 100644 regression-test/suites/nereids_tpch_shape_sf1000_p0/load.groovy
 copy regression-test/suites/{nereids_tpch_shape_sf1_p0 => nereids_tpch_shape_sf1000_p0}/shape/q1.groovy (100%)
 copy regression-test/suites/{nereids_tpch_shape_sf500_p0 => nereids_tpch_shape_sf1000_p0}/shape/q10.groovy (100%)
 copy regression-test/suites/{nereids_tpch_shape_sf500_p0 => nereids_tpch_shape_sf1000_p0}/shape/q11.groovy (100%)
 copy regression-test/suites/{nereids_tpch_shape_sf500_p0 => nereids_tpch_shape_sf1000_p0}/shape/q12.groovy (100%)
 copy regression-test/suites/{nereids_tpch_shape_sf500_p0 => nereids_tpch_shape_sf1000_p0}/shape/q13.groovy (100%)
 copy regression-test/suites/{nereids_tpch_shape_sf500_p0 => nereids_tpch_shape_sf1000_p0}/shape/q14.groovy (100%)
 copy regression-test/suites/{nereids_tpch_shape_sf500_p0 => nereids_tpch_shape_sf1000_p0}/shape/q15.groovy (100%)
 copy regression-test/suites/{nereids_tpch_shape_sf500_p0 => nereids_tpch_shape_sf1000_p0}/shape/q16.groovy (100%)
 copy regression-test/suites/{nereids_tpch_shape_sf500_p0 => nereids_tpch_shape_sf1000_p0}/shape/q17.groovy (100%)
 copy regression-test/suites/{nereids_tpch_shape_sf500_p0 => nereids_tpch_shape_sf1000_p0}/shape/q18.groovy (100%)
 copy regression-test/suites/{nereids_tpch_shape_sf500_p0 => nereids_tpch_shape_sf1000_p0}/shape/q19.groovy (100%)
 copy regression-test/suites/{nereids_tpch_shape_sf500_p0 => nereids_tpch_shape_sf1000_p0}/shape/q2.groovy (100%)
 copy regression-test/suites/{nereids_tpch_shape_sf500_p0 => nereids_tpch_shape_sf1000_p0}/shape/q20.groovy (100%)
 copy regression-test/suites/{nereids_tpch_shape_sf500_p0 => nereids_tpch_shape_sf1000_p0}/shape/q21.groovy (100%)
 copy regression-test/suites/{nereids_tpch_shape_sf500_p0 => nereids_tpch_shape_sf1000_p0}/shape/q22.groovy (100%)
 copy regression-test/suites/{nereids_tpch_shape_sf500_p0 => nereids_tpch_shape_sf1000_p0}/shape/q3.groovy (100%)
 copy regression-test/suites/{nereids_tpch_shape_sf500_p0 => nereids_tpch_shape_sf1000_p0}/shape/q4.groovy (100%)
 copy regression-test/suites/{nereids_tpch_shape_sf500_p0 => nereids_tpch_shape_sf1000_p0}/shape/q5.groovy (100%)
 copy regression-test/suites/{nereids_tpch_shape_sf500_p0 => nereids_tpch_shape_sf1000_p0}/shape/q6.groovy (100%)
 copy regression-test/suites/{nereids_tpch_shape_sf500_p0 => nereids_tpch_shape_sf1000_p0}/shape/q7.groovy (100%)
 copy regression-test/suites/{nereids_tpch_shape_sf500_p0 => nereids_tpch_shape_sf1000_p0}/shape/q8.groovy (100%)
 copy regression-test/suites/{nereids_tpch_shape_sf500_p0 => nereids_tpch_shape_sf1000_p0}/shape/q9.groovy (100%)


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