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

morningman pushed a change to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


    from e11e7be26d [fix] Do not send drop task when replay drop table (#10062)
     new 1e16352526 [fix](brpc) Embed serialized request into the attachment 
and transmit it through http brpc (#9803)
     new 6383b60b5a [Bug] Fix bug push value predicate of unique table when 
have sequence column (#10060)
     new 1f17a2b9ae [fix] fix bug that show proc 
"/cluster_balance/history_tablets" return malformat error (#10073)
     new bdfd1d091f [BUGFIX] Fix wrong column types in result file sink (#10079)

The 4 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/common/config.h                             |   8 +-
 be/src/exec/tablet_sink.cpp                        |  39 ++++--
 be/src/exec/tablet_sink.h                          |  14 +-
 be/src/olap/rowset/beta_rowset_reader.cpp          |  14 +-
 be/src/olap/rowset/beta_rowset_reader.h            |   2 +
 be/src/runtime/data_stream_sender.cpp              |  51 ++++---
 be/src/runtime/data_stream_sender.h                |  15 +-
 be/src/runtime/row_batch.cpp                       |  52 +++----
 be/src/runtime/row_batch.h                         |   4 +-
 be/src/service/internal_service.cpp                | 156 ++++++++++++++++++---
 be/src/service/internal_service.h                  |  29 ++++
 be/src/util/brpc_client_cache.h                    |  21 ++-
 be/src/util/proto_util.h                           | 110 ++++++++++++++-
 be/src/vec/core/block.cpp                          |  27 +++-
 be/src/vec/core/block.h                            |   3 +-
 be/src/vec/runtime/vfile_result_writer.cpp         |  17 +--
 be/src/vec/sink/vdata_stream_sender.cpp            |  38 +++--
 be/src/vec/sink/vdata_stream_sender.h              |   9 +-
 be/src/vec/sink/vtablet_sink.cpp                   |   2 +
 be/test/vec/core/block_test.cpp                    |  11 +-
 docs/en/administrator-guide/config/be_config.md    |   6 +-
 docs/zh-CN/administrator-guide/config/be_config.md |   6 +-
 .../common/proc/TabletSchedulerDetailProcDir.java  |  11 +-
 .../org/apache/doris/planner/HashJoinNode.java     |  22 +--
 .../org/apache/doris/planner/OlapScanNode.java     |  58 +++-----
 .../org/apache/doris/planner/PlanFragment.java     |   5 +-
 .../org/apache/doris/planner/ColocatePlanTest.java |   2 +-
 .../doris/planner/DistributedPlannerTest.java      |   8 +-
 .../planner/MaterializedViewFunctionTest.java      |  16 +--
 .../apache/doris/planner/ResourceTagQueryTest.java |   6 +-
 .../doris/planner/TableFunctionPlanTest.java       |   2 +-
 gensrc/proto/internal_service.proto                |   6 +
 .../data/performance/redundant_conjuncts.out       |  28 ++--
 33 files changed, 533 insertions(+), 265 deletions(-)


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

Reply via email to