This is an automated email from the ASF dual-hosted git repository.

lihaopeng pushed a change to branch tpc_preview4
in repository https://gitbox.apache.org/repos/asf/doris.git


 discard 026500c4dc6 [Improvement](external) Increase scanner concurrency 
(#58073) (#58928)
     add 5a54f831420 use bitshuffle to decoding

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   (026500c4dc6)
            \
             N -- N -- N   refs/heads/tpc_preview4 (5a54f831420)

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:
 be/src/common/config.cpp                           |  17 ---
 be/src/common/config.h                             |   2 -
 be/src/olap/rowset/segment_v2/column_writer.cpp    |  78 +++++++-----
 be/src/olap/rowset/segment_v2/parsed_page.h        |  32 +++--
 be/src/pipeline/exec/file_scan_operator.cpp        |  49 +-------
 be/src/pipeline/exec/file_scan_operator.h          |   7 +-
 be/src/pipeline/exec/operator.h                    |   3 -
 be/src/pipeline/exec/scan_operator.cpp             |  58 +++------
 be/src/pipeline/exec/scan_operator.h               |  16 +--
 be/src/runtime/runtime_state.h                     |  26 ++--
 be/src/runtime/workload_group/workload_group.cpp   |  15 +--
 be/src/vec/exec/scan/scanner_context.cpp           |  71 ++++++++---
 be/src/vec/exec/scan/scanner_context.h             |  20 ++-
 be/src/vec/exec/scan/scanner_scheduler.h           | 135 ++++++++++++++-------
 be/test/scan/mock_simplified_scan_scheduler.h      |   3 +-
 be/test/scan/scanner_context_test.cpp              |  19 +--
 .../java/org/apache/doris/qe/SessionVariable.java  |  43 +++----
 gensrc/proto/segment_v2.proto                      |   4 +-
 gensrc/thrift/PaloInternalService.thrift           |   8 +-
 .../hive/test_hive_topn_rf_null.groovy             |   2 +-
 20 files changed, 298 insertions(+), 310 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to