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

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


    from 64c65b929d1 [feature](Cloud) Support create storage vault stmt (#31537)
     add 303d176c1b5 [feature](txn insert) txn insert support insert into 
select (#31666)

No new revisions were added by this update.

Summary of changes:
 .../doris/nereids/parser/LogicalPlanBuilder.java   |   6 +-
 .../commands/insert/AbstractInsertExecutor.java    |   2 +-
 .../commands/insert/InsertIntoTableCommand.java    |   4 +-
 .../trees/plans/commands/insert/InsertUtils.java   |   5 +
 .../plans/commands/insert/OlapInsertExecutor.java  |  30 ++-
 .../java/org/apache/doris/qe/ConnectContext.java   |  13 +-
 .../apache/doris/qe/InsertStreamTxnExecutor.java   |   3 +-
 .../java/org/apache/doris/qe/StmtExecutor.java     |  90 +++----
 .../apache/doris/transaction/TransactionEntry.java | 163 ++++++++++++-
 regression-test/data/insert_p0/txn_insert.out      | 259 ++++++++++++++++++++
 regression-test/suites/insert_p0/txn_insert.groovy | 263 +++++++++++++++------
 11 files changed, 683 insertions(+), 155 deletions(-)


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

Reply via email to