You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2020/01/15 02:40:01 UTC

[incubator-doris] branch master updated (9bafcc9 -> e5717ef)

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/incubator-doris.git.


    from 9bafcc9  Don't balance when Available BE num equals or less then tablet Replica num (#2740)
     add e5717ef  [Insert] Return more info of insert operation (#2718)

No new revisions were added by this update.

Summary of changes:
 .../load-data/insert-into-manual.md                | 119 +++++++++++++++------
 .../Data Manipulation/SHOW TRANSACTION.md          |  80 ++++++++++++++
 .../load-data/insert-into-manual_EN.md             | 107 +++++++++++++-----
 .../Data Manipulation/SHOW TRANSACTION_EN.md       |  79 ++++++++++++++
 fe/src/main/cup/sql_parser.cup                     |   4 +
 ...ancelLoadStmt.java => ShowTransactionStmt.java} | 107 +++++++++++-------
 .../java/org/apache/doris/qe/ShowExecutor.java     |  17 +++
 .../java/org/apache/doris/qe/StmtExecutor.java     |  77 ++++++-------
 .../doris/transaction/GlobalTransactionMgr.java    |  81 +++++++++++---
 .../apache/doris/transaction/TransactionState.java |   2 +-
 10 files changed, 524 insertions(+), 149 deletions(-)
 create mode 100644 docs/documentation/cn/sql-reference/sql-statements/Data Manipulation/SHOW TRANSACTION.md
 create mode 100644 docs/documentation/en/sql-reference/sql-statements/Data Manipulation/SHOW TRANSACTION_EN.md
 copy fe/src/main/java/org/apache/doris/analysis/{CancelLoadStmt.java => ShowTransactionStmt.java} (52%)


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