This is an automated email from the ASF dual-hosted git repository.
englefly pushed a change to branch topn-lazy-materialize-poc
in repository https://gitbox.apache.org/repos/asf/doris.git
from 3cefeab849b BE code topn lazy materialze (#48735)
add 6ba05edc118 add case
No new revisions were added by this update.
Summary of changes:
.../apache/doris/planner/MaterializationNode.java | 4 +-
.../query_p0/operative_slots/operative_slots.out | Bin 1195 -> 0 bytes
.../operative_slots/operative_slots.groovy | 47 ----------
.../topn_lazy}/ddl/customer_create.sql | 2 +-
.../topn_lazy/ddl/dates_create.sql} | 2 +-
.../topn_lazy}/ddl/lineorder_create.sql | 2 +-
.../ssb => query_p0/topn_lazy}/ddl/part_create.sql | 2 +-
.../suites/query_p0/topn_lazy/ddl/ssb.tables.sql | 89 ++++++++++++++++++
.../topn_lazy}/ddl/supplier_create.sql | 2 +-
.../topn_lazy}/load.groovy | 15 +--
.../suites/query_p0/topn_lazy/topn_lazy.groovy | 102 +++++++++++++++++++++
11 files changed, 207 insertions(+), 60 deletions(-)
delete mode 100644
regression-test/data/query_p0/operative_slots/operative_slots.out
delete mode 100644
regression-test/suites/query_p0/operative_slots/operative_slots.groovy
copy regression-test/suites/{nereids_rules_p0/mv/ssb =>
query_p0/topn_lazy}/ddl/customer_create.sql (94%)
copy regression-test/suites/{nereids_rules_p0/mv/ssb/ddl/date_create.sql =>
query_p0/topn_lazy/ddl/dates_create.sql} (96%)
copy regression-test/suites/{schema_change =>
query_p0/topn_lazy}/ddl/lineorder_create.sql (99%)
copy regression-test/suites/{nereids_rules_p0/mv/ssb =>
query_p0/topn_lazy}/ddl/part_create.sql (94%)
create mode 100644 regression-test/suites/query_p0/topn_lazy/ddl/ssb.tables.sql
copy regression-test/suites/{nereids_rules_p0/mv/ssb =>
query_p0/topn_lazy}/ddl/supplier_create.sql (93%)
copy regression-test/suites/{unique_with_mow_c_p0/ssb_unique_sql_zstd =>
query_p0/topn_lazy}/load.groovy (91%)
create mode 100644 regression-test/suites/query_p0/topn_lazy/topn_lazy.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]