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 b9010e3 [doc] Translate Chinese comment to English (#8340)
add 1e70f99 [improvement][fix](insert)(replay) support SHOW LAST INSERT
stmt and fix json replay bug (#8355)
No new revisions were added by this update.
Summary of changes:
docs/.vuepress/sidebar/en.js | 1 +
docs/.vuepress/sidebar/zh-CN.js | 1 +
.../load-data/insert-into-manual.md | 22 +++++++
.../Data Manipulation/SHOW-LAST-INSERT.md | 67 +++++++++++++++++++++
.../load-data/insert-into-manual.md | 23 +++++++-
.../Data Manipulation/SHOW-LAST-INSERT.md | 68 ++++++++++++++++++++++
fe/fe-core/src/main/cup/sql_parser.cup | 5 ++
...wOpenTableStmt.java => ShowLastInsertStmt.java} | 28 +++++++--
.../java/org/apache/doris/qe/ConnectContext.java | 17 ++++++
.../java/org/apache/doris/qe/InsertResult.java | 66 +++++++++++++++++++++
.../java/org/apache/doris/qe/SessionVariable.java | 6 +-
.../java/org/apache/doris/qe/ShowExecutor.java | 18 +++++-
.../java/org/apache/doris/qe/StmtExecutor.java | 7 +++
13 files changed, 319 insertions(+), 10 deletions(-)
create mode 100644 docs/en/sql-reference/sql-statements/Data
Manipulation/SHOW-LAST-INSERT.md
create mode 100644 docs/zh-CN/sql-reference/sql-statements/Data
Manipulation/SHOW-LAST-INSERT.md
copy
fe/fe-core/src/main/java/org/apache/doris/analysis/{ShowOpenTableStmt.java =>
ShowLastInsertStmt.java} (59%)
create mode 100644
fe/fe-core/src/main/java/org/apache/doris/qe/InsertResult.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]