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

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


    from d31bca199f0 [feature](iceberg)The new DDL syntax is added to create 
iceberg partitioned tables (#33338)
     new e841d82ffba [Enhancement](hive-writer) Adjust table sink exchange 
rebalancer params. (#33397)
     new ee36b2f70d5 [branch-2.1](opt)(profile) parallel serialize fragment and 
add detail schedule profile #33376 #33379
     new ef64d7a011f [feature](profile) add transaction statistics for profile 
(#33488)

The 3 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.cpp                           |  13 +-
 be/src/common/config.h                             |   8 +-
 be/src/pipeline/exec/exchange_sink_operator.cpp    |  20 +-
 .../pipeline_x/pipeline_x_fragment_context.cpp     |   1 +
 be/src/runtime/runtime_state.h                     |   5 +
 .../org/apache/doris/common/profile/Profile.java   |   2 +-
 .../doris/common/profile/SummaryProfile.java       | 353 ++++++++++++++-------
 .../org/apache/doris/common/util/BrokerUtil.java   |   3 +-
 .../doris/datasource/hive/HMSTransaction.java      |  92 +++++-
 .../plans/commands/insert/HiveInsertExecutor.java  |  11 +-
 .../main/java/org/apache/doris/qe/Coordinator.java |  80 +++--
 .../java/org/apache/doris/qe/StmtExecutor.java     |   5 +-
 .../org/apache/doris/rpc/BackendServiceProxy.java  |  17 +-
 .../ExternalFileTableValuedFunction.java           |   2 +-
 .../TransactionType.java}                          |   7 +-
 .../doris/datasource/hive/HmsCommitTest.java       |   5 +
 16 files changed, 444 insertions(+), 180 deletions(-)
 copy fe/fe-core/src/main/java/org/apache/doris/{analysis/AllPartitionDesc.java 
=> transaction/TransactionType.java} (88%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to