This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch runtimefilter_multi_send in repository https://gitbox.apache.org/repos/asf/doris.git
discard 67e42c4d7f [fix] slot id not found with projection in multi cast sender (#21407) omit 2dc87c65ba [opt](Nereids) optimize explain stream of DataStreamSink omit 2953f99a70 [fix] conjuncts not initialized (#21376) omit 90a89f8f56 [opt](Nereids) support set cte shuffle type for each consumer omit 2a158caf5d [feature](runtime_filter) MultiCastSender supporting runtime filter on be (#21304) add 379a5a8299 [Benchmark](clickbench) change query q29 to right sql (#21398) add 0e17cd4d92 [fix](hudi) use hudi api to split the COW table (#21385) add 603f4ab20f [fix](truncate) it will directly return and avoid throwing IllegalStateException caused by bufferSize equals zero when table has no partition (#21378) add e8ffca6487 [doc](stream load json) modify `enable_simdjson_reader` since it's default open (#21379) add 1fe04b7242 [Chore](metrics) remove trace metrics code using runtime profile instead (#21394) add 4ad3a7a8de [fix](exec) run exec_plan_fragment in pthread to avoid BE crash (#21343) add 7075bcc526 [tools](refactor) remove unused session variables (#21405) add 887d33c789 [fix](cup) add keywords KW_PERCENT (#21404) add 1c961f2272 [refactor](load) move generate_delete_bitmap from memtable to beta rowset writer (#21329) add f74e635aa5 [bug](proc) fix NumberFormatException in show proc '/current_queries' (#21400) new 6fc0667e8e [feature](runtime_filter) MultiCastSender supporting runtime filter on be (#21304) new 1539dc96b9 [opt](Nereids) support set cte shuffle type for each consumer new de38454222 [fix] conjuncts not initialized (#21376) new 1c342c0064 [opt](Nereids) optimize explain stream of DataStreamSink new 68af15bbb0 [fix] slot id not found with projection in multi cast sender (#21407) new 0424b19fb6 [opt](Nereids) optimize explain stream of DataStreamSink This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (67e42c4d7f) \ N -- N -- N refs/heads/runtimefilter_multi_send (0424b19fb6) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 6 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: .idea/vcs.xml | 26 +- be/src/agent/task_worker_pool.cpp | 4 +- be/src/olap/base_compaction.cpp | 2 +- be/src/olap/compaction.cpp | 51 ++-- be/src/olap/compaction.h | 17 ++ be/src/olap/cumulative_compaction.cpp | 2 +- be/src/olap/delta_writer.cpp | 15 +- be/src/olap/delta_writer.h | 2 - be/src/olap/memtable.cpp | 144 +++-------- be/src/olap/memtable.h | 35 +-- be/src/olap/merger.cpp | 3 - be/src/olap/rowset/beta_rowset_writer.cpp | 47 +++- be/src/olap/rowset/beta_rowset_writer.h | 15 +- be/src/olap/rowset/rowset_writer.h | 8 +- be/src/olap/tablet.cpp | 46 ++-- be/src/service/internal_service.cpp | 23 +- be/src/service/internal_service.h | 9 +- be/src/util/trace.cpp | 268 --------------------- be/src/util/trace.h | 217 ----------------- be/src/util/trace_metrics.cpp | 70 ------ be/src/util/trace_metrics.h | 90 ------- docs/en/docs/admin-manual/config/be-config.md | 16 +- docs/zh-CN/docs/admin-manual/config/be-config.md | 16 +- fe/fe-core/src/main/cup/sql_parser.cup | 2 + .../proc/CurrentQueryStatementsProcNode.java | 6 +- .../common/proc/CurrentQueryStatisticsProcDir.java | 6 +- .../apache/doris/datasource/InternalCatalog.java | 9 +- .../org/apache/doris/planner/DataStreamSink.java | 2 +- .../doris/planner/external/HiveScanNode.java | 5 +- .../doris/planner/external/hudi/HudiScanNode.java | 71 +++--- .../test_outfile_p2.out} | 4 +- ...te_table.groovy => test_truncate_table1.groovy} | 55 +++-- .../suites/export_p2/test_outfile_p2.groovy | 48 ++++ tools/clickbench-tools/sql/queries.sql | 2 +- tools/ssb-tools/ssb-queries/q4.1.sql | 2 +- tools/ssb-tools/ssb-queries/q4.2.sql | 2 +- tools/ssb-tools/ssb-queries/q4.3.sql | 2 +- tools/tpch-tools/queries/q1.sql | 2 +- tools/tpch-tools/queries/q10.sql | 2 +- tools/tpch-tools/queries/q11.sql | 2 +- tools/tpch-tools/queries/q12.sql | 2 +- tools/tpch-tools/queries/q13.sql | 2 +- tools/tpch-tools/queries/q14.sql | 2 +- tools/tpch-tools/queries/q15.sql | 2 +- tools/tpch-tools/queries/q16.sql | 2 +- tools/tpch-tools/queries/q17.sql | 2 +- tools/tpch-tools/queries/q18.sql | 2 +- tools/tpch-tools/queries/q19.sql | 2 +- tools/tpch-tools/queries/q2.sql | 2 +- tools/tpch-tools/queries/q20.sql | 2 +- tools/tpch-tools/queries/q21.sql | 2 +- tools/tpch-tools/queries/q22.sql | 2 +- tools/tpch-tools/queries/q3.sql | 2 +- tools/tpch-tools/queries/q4.sql | 2 +- tools/tpch-tools/queries/q5.sql | 2 +- tools/tpch-tools/queries/q6.sql | 2 +- tools/tpch-tools/queries/q7.sql | 2 +- tools/tpch-tools/queries/q8.sql | 2 +- tools/tpch-tools/queries/q9.sql | 2 +- 59 files changed, 399 insertions(+), 987 deletions(-) delete mode 100644 be/src/util/trace.cpp delete mode 100644 be/src/util/trace_metrics.cpp delete mode 100644 be/src/util/trace_metrics.h copy regression-test/data/{correctness/test_pushdown_pred_to_view.out => export_p2/test_outfile_p2.out} (83%) copy regression-test/suites/ddl_p0/{test_truncate_table.groovy => test_truncate_table1.groovy} (55%) create mode 100644 regression-test/suites/export_p2/test_outfile_p2.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org