This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
from 5f2d0e3d534 [Fix](executor)Fix when Fe send empty wg list to be may cause query failed. (#34074) new 47b54d4bd57 Fix remote scan pool (#33976) new 789a16ec6b6 [fix](fe) Fix SHOW CREATE TABLE with AUTO PARTITION (#34071) new c2e3defe56f [fix](tablet invert index) fix tablet invert index leaky caused by auto partition (#33973) new f34fe46bfa0 [fix](scan) fix ignore expr exec when _non_predicate_columns is empty (#33934) new 987f7552065 [Fix](nereids) fix rule SimplifyWindowExpression (#34099) The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: be/src/olap/rowset/segment_v2/segment_iterator.cpp | 17 ++++-- be/src/runtime/workload_group/workload_group.cpp | 31 +++++----- be/src/vec/exec/scan/scanner_scheduler.cpp | 24 +++++--- be/src/vec/exec/scan/scanner_scheduler.h | 26 +++++---- .../apache/doris/catalog/RangePartitionInfo.java | 10 +--- .../apache/doris/datasource/InternalCatalog.java | 24 ++++---- .../rules/rewrite/SimplifyWindowExpression.java | 12 +++- .../resource/workloadgroup/WorkloadGroup.java | 11 ++++ .../apache/doris/alter/AddExistsPartitionTest.java | 56 ++++++++++++++++++ .../apache/doris/utframe/TestWithFeService.java | 3 +- .../simplify_window_expression.out | 67 +++++++++++++--------- .../data/workload_manager_p0/test_curd_wlg.out | 24 ++++++++ .../test_create_table_auto_partition.groovy} | 37 ++++++------ .../simplify_window_expression.groovy | 3 + .../workload_manager_p0/test_curd_wlg.groovy | 64 +++++++++++++++++++++ 15 files changed, 301 insertions(+), 108 deletions(-) create mode 100644 fe/fe-core/src/test/java/org/apache/doris/alter/AddExistsPartitionTest.java copy regression-test/suites/{datatype_p0/ip/test_ip_implicit_cast.groovy => ddl_p0/test_create_table_auto_partition.groovy} (52%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org