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 9ad196f1890 Revert "[fix](cloud) ignore some case in cloud mode
(#32261)"
new a90a1a76f16 [bugfix](profile) support multi execution profile for
brokerload (#32280)
new f64a9a33f8e [fix](Nereids): don't pushdown project when project
contains both side of join (#32214)
new 844a1b53b74 [fix](retry) Set query encounter rpc exception default
retry times to 3 (#28555)
new bf820302707 [Chore](FE)Remove unused components (#32295)
new a15bf3057f4 [Fix](nereids) remove duplicate expr in grouping set
(#32290)
new 83ab61ad226 Add QUEUE_START_TIME/QUEUE_END_TIME/QUERY_STATUS column
for active_queries (#32259)
new c5ffeff8330 [fix](s3 client)add default ca cert list for s3 client to
avoid problem:'curlCode:77' (#32285)
new 5ceccb5ba5d [fix](compatibility) should enable windown funnel mode
from 2.0 (#32284)
new bf9332a2759 [docs](docs) Fix invalid link and typo of Master Branch
(#32213)
new 4bf202db042 [pipelineX](exchange) Make exchange buffer size
configurable (#32201)
new c34f5045c88 fix compile
The 11 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/agent/be_exec_version_manager.h | 3 +-
be/src/common/config.cpp | 7 ++
be/src/common/config.h | 4 +
.../schema_active_queries_scanner.cpp | 8 +-
be/src/pipeline/exec/exchange_sink_buffer.cpp | 6 +-
be/src/pipeline/exec/exchange_sink_buffer.h | 1 -
be/src/pipeline/exec/scan_operator.cpp | 1 +
be/src/util/s3_util.cpp | 23 ++++++
be/src/util/s3_util.h | 2 +
.../aggregate_function_window_funnel.h | 4 +-
.../main/java/org/apache/doris/common/Config.java | 2 +-
.../java/org/apache/doris/catalog/SchemaTable.java | 5 +-
.../doris/common/profile/AggregatedProfile.java | 41 ----------
.../org/apache/doris/common/profile/Profile.java | 40 ++++++----
.../apache/doris/load/loadv2/LoadLoadingTask.java | 2 +-
.../nereids/rules/analysis/NormalizeRepeat.java | 11 +++
.../join/PushDownProjectThroughSemiJoin.java | 19 +++++
.../doris/nereids/trees/plans/algebra/Repeat.java | 3 -
.../trees/plans/commands/InsertExecutor.java | 2 +-
.../nereids/trees/plans/logical/LogicalRepeat.java | 4 +
.../main/java/org/apache/doris/qe/Coordinator.java | 4 +
.../java/org/apache/doris/qe/QeProcessorImpl.java | 29 ++++++-
.../org/apache/doris/qe/QueryStatisticsItem.java | 6 +-
.../java/org/apache/doris/qe/StmtExecutor.java | 6 +-
.../doris/resource/workloadgroup/QueryQueue.java | 6 +-
.../doris/resource/workloadgroup/QueueToken.java | 33 +++++++-
.../doris/tablefunction/MetadataGenerator.java | 90 +++++++++-------------
.../join/PushDownProjectThroughSemiJoinTest.java | 32 ++++++++
fe/pom.xml | 10 +++
.../remove_duplicate_expr_in_grouping_set.out} | 21 +++--
.../remove_duplicate_expr_in_grouping_set.groovy} | 28 ++++---
.../schema_table/test_active_queries.groovy | 6 +-
32 files changed, 301 insertions(+), 158 deletions(-)
delete mode 100644
fe/fe-core/src/main/java/org/apache/doris/common/profile/AggregatedProfile.java
copy regression-test/data/{load/insert/test_publish_one_succ.out =>
nereids_rules_p0/grouping_sets/remove_duplicate_expr_in_grouping_set.out} (52%)
copy
regression-test/suites/nereids_rules_p0/{cte/test_cte_reuse_with_window.groovy
=> grouping_sets/remove_duplicate_expr_in_grouping_set.groovy} (58%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]