This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch audit_log
in repository https://gitbox.apache.org/repos/asf/doris.git
discard 0ead57a060c [chore](audit) let line comment work well
add 7d80630757f [opt](scanner profile) More counter for scanner #40144
(#40571)
add 6f239ebcdd9 Branch 2.1 clang format error fix (#40609)
add 4e453dc1bb9 Revert "[improvement](statistics)Return -1 to neredis if
report olap table row count for new table is not done for all tablets.
(#40457)" (#40616)
add d3dccbc1dd2 [chore](show partitions) show partitions print commit
version #28274 (#40594)
add 023317e8a00 [fix](ut) fix SegmentTest and SegmentMoWTest asan core
(#40287) (#40622)
add 725886d365f [fix](regression-test) Fix scanner profile test failed
occasionally #40566 (#40639)
add d6f459903df [opt](pipeline) Distribute data evenly for passthrough
local exchange (#40637)
add ab8f9f7bf6d [fix](histogram) Fix histgrom nullable properties on
branch-2.1 (#40638)
add b0ab02bcf41 [fix](scanner) Fix deadlock when scanner submit failed
#40495 (#40640)
add 7b10dd4ffee [chore](audit) let line comment work well
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 (0ead57a060c)
\
N -- N -- N refs/heads/audit_log (7b10dd4ffee)
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.
No new revisions were added by this update.
Summary of changes:
.github/workflows/clang-format.yml | 2 +-
be/src/olap/tablet_manager.cpp | 1 -
be/src/pipeline/exec/scan_operator.cpp | 8 ++
be/src/pipeline/exec/scan_operator.h | 2 +
.../local_exchange_sink_operator.cpp | 1 +
be/src/vec/exec/scan/scanner_context.cpp | 98 ++++++++++++++++------
be/src/vec/exec/scan/scanner_context.h | 18 ++--
be/src/vec/exec/scan/scanner_scheduler.cpp | 54 ++++++++----
be/src/vec/exec/scan/scanner_scheduler.h | 2 +-
be/src/vec/exec/scan/vscanner.cpp | 1 +
be/test/olap/segcompaction_mow_test.cpp | 11 ++-
be/test/olap/segcompaction_test.cpp | 11 ++-
.../apache/doris/analysis/ShowTableStatsStmt.java | 51 +++++------
.../apache/doris/catalog/MaterializedIndex.java | 10 ---
.../java/org/apache/doris/catalog/OlapTable.java | 13 +--
.../java/org/apache/doris/catalog/Replica.java | 10 ---
.../org/apache/doris/catalog/TabletStatMgr.java | 29 +------
.../doris/common/proc/PartitionsProcDir.java | 5 +-
.../trees/expressions/functions/agg/Histogram.java | 4 +-
.../java/org/apache/doris/qe/ShowExecutor.java | 11 ++-
.../apache/doris/statistics/AnalysisManager.java | 6 +-
.../apache/doris/statistics/OlapAnalysisTask.java | 2 +-
.../apache/doris/statistics/TableStatsMeta.java | 6 +-
.../doris/transaction/DatabaseTransactionMgr.java | 3 -
gensrc/thrift/BackendService.thrift | 1 -
.../suites/autobucket/test_autobucket.groovy | 12 +--
.../test_autobucket_dynamic_partition.groovy | 8 +-
.../modify_partition_add_policy.groovy | 6 +-
.../test_dynamic_partition.groovy | 14 ++--
.../test_dynamic_partition_with_rename.groovy | 15 ++--
.../test_multi_column_partition.groovy | 26 +++---
.../auto_partition/sql/multi_thread_load.groovy | 4 +-
...ptive_pipeline_task_serial_read_on_limit.groovy | 21 ++---
...e_by_frontend.groovy => scanner_profile.groovy} | 88 +++++++++++--------
.../suites/statistics/analyze_stats.groovy | 2 +-
.../suites/statistics/test_analyze_mv.groovy | 74 +---------------
36 files changed, 308 insertions(+), 322 deletions(-)
copy regression-test/suites/query_profile/{test_execute_by_frontend.groovy =>
scanner_profile.groovy} (53%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]