This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from f5e2cd9ac5b [chore](Nereids) better way to return error (#33507) add d10585d10ca [feature](profile) add transaction statistics for profile (#33488) No new revisions were added by this update. Summary of changes: .../org/apache/doris/common/profile/Profile.java | 2 +- .../doris/common/profile/SummaryProfile.java | 120 ++++++++++++++++++++- .../doris/datasource/hive/HMSTransaction.java | 92 ++++++++++++++-- .../plans/commands/insert/HiveInsertExecutor.java | 11 +- .../java/org/apache/doris/qe/StmtExecutor.java | 4 +- .../TransactionType.java} | 9 +- .../doris/datasource/hive/HmsCommitTest.java | 5 + 7 files changed, 222 insertions(+), 21 deletions(-) copy fe/fe-core/src/main/java/org/apache/doris/{analysis/MVColumnPattern.java => transaction/TransactionType.java} (88%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org