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 41a15cc [fix](vectorized) Agg/Unique not null column outer join
coredump (#8461)
add 571f0b6 [improvment] show export support label like (#8202)
No new revisions were added by this update.
Summary of changes:
.../Data Manipulation/SHOW EXPORT.md | 9 +-
.../Data Manipulation/SHOW EXPORT.md | 9 +-
.../org/apache/doris/analysis/ShowExportStmt.java | 112 ++++++++-------------
.../apache/doris/common/proc/ExportProcNode.java | 2 +-
.../main/java/org/apache/doris/load/ExportMgr.java | 22 +++-
.../java/org/apache/doris/qe/ShowExecutor.java | 2 +-
.../apache/doris/analysis/ShowExportStmtTest.java | 89 ++++++++++++++++
.../apache/doris/load/loadv2/ExportMgrTest.java | 99 ++++++++++++++++++
8 files changed, 261 insertions(+), 83 deletions(-)
create mode 100644
fe/fe-core/src/test/java/org/apache/doris/analysis/ShowExportStmtTest.java
create mode 100644
fe/fe-core/src/test/java/org/apache/doris/load/loadv2/ExportMgrTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]