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 58440b9  [Bug] Left() string function behaves not identically to the 
mysql implementation  (#6811)
     add fcd15ed  [Export] Support export job with label (#6835)

No new revisions were added by this update.

Summary of changes:
 docs/en/administrator-guide/export-manual.md       |  4 +++
 .../sql-statements/Data Manipulation/EXPORT.md     |  5 ++--
 .../Data Manipulation/SHOW EXPORT.md               |  7 +++++-
 docs/zh-CN/administrator-guide/export-manual.md    |  4 +++
 .../sql-statements/Data Manipulation/EXPORT.md     |  5 ++--
 .../Data Manipulation/SHOW EXPORT.md               |  4 +++
 .../java/org/apache/doris/analysis/ExportStmt.java | 13 +++++++++-
 .../org/apache/doris/analysis/ShowExportStmt.java  | 21 +++++++++++++---
 .../java/org/apache/doris/catalog/Catalog.java     |  3 +--
 .../apache/doris/common/proc/ExportProcNode.java   |  4 +--
 .../org/apache/doris/journal/JournalEntity.java    |  3 +--
 .../main/java/org/apache/doris/load/ExportJob.java | 22 ++++++++++++++--
 .../main/java/org/apache/doris/load/ExportMgr.java | 29 ++++++++++++++--------
 .../java/org/apache/doris/qe/ShowExecutor.java     |  3 ++-
 14 files changed, 98 insertions(+), 29 deletions(-)

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

Reply via email to