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 fe93a8f1d08 [cleanup](move-memtable) remove unused log in load stream
stub (#29084)
add 29a7c0d6775 [pipelineX](scan) ignore storage data distribution by
default (#29192)
No new revisions were added by this update.
Summary of changes:
.../glue/translator/PhysicalPlanTranslator.java | 4 ---
.../org/apache/doris/planner/PlanFragment.java | 10 ------
.../java/org/apache/doris/planner/ScanNode.java | 1 -
.../main/java/org/apache/doris/qe/Coordinator.java | 38 ++++++++++++++--------
.../java/org/apache/doris/qe/SessionVariable.java | 2 +-
.../sql/q01.out | 0
.../sql/q02.out | 0
.../sql/q03.out | 0
.../sql/q04.out | 0
.../sql/q05.out | 0
.../sql/q06.out | 0
.../sql/q07.out | 0
.../sql/q08.out | 0
.../sql/q09.out | 0
.../sql/q10.out | 0
.../sql/q11.out | 0
.../sql/q12.out | 0
.../sql/q13.out | 0
.../sql/q14.out | 0
.../sql/q15.out | 0
.../sql/q16.out | 0
.../sql/q17.out | 0
.../sql/q18.out | 0
.../sql/q19.out | 0
.../sql/q20.out | 0
.../sql/q21.out | 0
.../sql/q22.out | 0
.../ddl/customer.sql | 17 ++++++++++
.../ddl/customer_delete.sql | 0
.../ddl/lineitem.sql | 25 ++++++++++++++
.../ddl/lineitem_delete.sql | 0
.../tpch_unique_sql_zstd_bucket1_p0/ddl/nation.sql | 13 ++++++++
.../ddl/nation_delete.sql | 0
.../tpch_unique_sql_zstd_bucket1_p0/ddl/orders.sql | 18 ++++++++++
.../ddl/orders_delete.sql | 0
.../tpch_unique_sql_zstd_bucket1_p0/ddl/part.sql | 18 ++++++++++
.../ddl/part_delete.sql | 0
.../ddl/partsupp.sql | 14 ++++++++
.../ddl/partsupp_delete.sql | 0
.../tpch_unique_sql_zstd_bucket1_p0/ddl/region.sql | 12 +++++++
.../ddl/region_delete.sql | 0
.../ddl/revenue1.sql | 0
.../ddl/revenue1_delete.sql | 0
.../ddl/supplier.sql | 15 +++++++++
.../ddl/supplier_delete.sql | 0
.../load.groovy | 0
.../sql/q01.sql | 0
.../sql/q02.sql | 0
.../sql/q03.sql | 0
.../sql/q04.sql | 0
.../sql/q05.sql | 0
.../sql/q06.sql | 0
.../sql/q07.sql | 0
.../sql/q08.sql | 0
.../sql/q09.sql | 0
.../sql/q10.sql | 0
.../sql/q11.sql | 0
.../sql/q12.sql | 0
.../sql/q13.sql | 0
.../sql/q14.sql | 0
.../sql/q15.sql | 0
.../sql/q16.sql | 0
.../sql/q17.sql | 0
.../sql/q18.sql | 0
.../sql/q19.sql | 0
.../sql/q20.sql | 0
.../sql/q21.sql | 0
.../sql/q22.sql | 0
68 files changed, 158 insertions(+), 29 deletions(-)
copy regression-test/data/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q01.out (100%)
copy regression-test/data/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q02.out (100%)
copy regression-test/data/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q03.out (100%)
copy regression-test/data/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q04.out (100%)
copy regression-test/data/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q05.out (100%)
copy regression-test/data/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q06.out (100%)
copy regression-test/data/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q07.out (100%)
copy regression-test/data/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q08.out (100%)
copy regression-test/data/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q09.out (100%)
copy regression-test/data/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q10.out (100%)
copy regression-test/data/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q11.out (100%)
copy regression-test/data/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q12.out (100%)
copy regression-test/data/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q13.out (100%)
copy regression-test/data/{tpch_unique_sql_zstd_p0 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q14.out (100%)
copy regression-test/data/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q15.out (100%)
copy regression-test/data/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q16.out (100%)
copy regression-test/data/{tpch_unique_sql_zstd_p0 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q17.out (100%)
copy regression-test/data/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q18.out (100%)
copy regression-test/data/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q19.out (100%)
copy regression-test/data/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q20.out (100%)
copy regression-test/data/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q21.out (100%)
copy regression-test/data/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q22.out (100%)
create mode 100644
regression-test/suites/tpch_unique_sql_zstd_bucket1_p0/ddl/customer.sql
copy regression-test/suites/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/ddl/customer_delete.sql (100%)
create mode 100644
regression-test/suites/tpch_unique_sql_zstd_bucket1_p0/ddl/lineitem.sql
copy regression-test/suites/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/ddl/lineitem_delete.sql (100%)
create mode 100644
regression-test/suites/tpch_unique_sql_zstd_bucket1_p0/ddl/nation.sql
copy regression-test/suites/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/ddl/nation_delete.sql (100%)
create mode 100644
regression-test/suites/tpch_unique_sql_zstd_bucket1_p0/ddl/orders.sql
copy regression-test/suites/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/ddl/orders_delete.sql (100%)
create mode 100644
regression-test/suites/tpch_unique_sql_zstd_bucket1_p0/ddl/part.sql
copy regression-test/suites/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/ddl/part_delete.sql (100%)
create mode 100644
regression-test/suites/tpch_unique_sql_zstd_bucket1_p0/ddl/partsupp.sql
copy regression-test/suites/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/ddl/partsupp_delete.sql (100%)
create mode 100644
regression-test/suites/tpch_unique_sql_zstd_bucket1_p0/ddl/region.sql
copy regression-test/suites/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/ddl/region_delete.sql (100%)
copy regression-test/suites/{nereids_tpch_p0 =>
tpch_unique_sql_zstd_bucket1_p0}/ddl/revenue1.sql (100%)
copy regression-test/suites/{tpch_unique_sql_zstd_p0 =>
tpch_unique_sql_zstd_bucket1_p0}/ddl/revenue1_delete.sql (100%)
create mode 100644
regression-test/suites/tpch_unique_sql_zstd_bucket1_p0/ddl/supplier.sql
copy regression-test/suites/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/ddl/supplier_delete.sql (100%)
copy regression-test/suites/{tpch_unique_sql_zstd_p0 =>
tpch_unique_sql_zstd_bucket1_p0}/load.groovy (100%)
copy regression-test/suites/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q01.sql (100%)
copy regression-test/suites/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q02.sql (100%)
copy regression-test/suites/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q03.sql (100%)
copy regression-test/suites/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q04.sql (100%)
copy regression-test/suites/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q05.sql (100%)
copy regression-test/suites/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q06.sql (100%)
copy regression-test/suites/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q07.sql (100%)
copy regression-test/suites/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q08.sql (100%)
copy regression-test/suites/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q09.sql (100%)
copy regression-test/suites/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q10.sql (100%)
copy regression-test/suites/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q11.sql (100%)
copy regression-test/suites/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q12.sql (100%)
copy regression-test/suites/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q13.sql (100%)
copy regression-test/suites/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q14.sql (100%)
copy regression-test/suites/{tpch_unique_sql_zstd_p0 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q15.sql (100%)
copy regression-test/suites/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q16.sql (100%)
copy regression-test/suites/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q17.sql (100%)
copy regression-test/suites/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q18.sql (100%)
copy regression-test/suites/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q19.sql (100%)
copy regression-test/suites/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q20.sql (100%)
copy regression-test/suites/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q21.sql (100%)
copy regression-test/suites/{tpch_sf0.1_p1 =>
tpch_unique_sql_zstd_bucket1_p0}/sql/q22.sql (100%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]