This is an automated email from the ASF dual-hosted git repository.
starocean999 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from cc7a1f93c4b [chore](profile) Modify profile structure (#48184)
add c10bbe95103 [Enhancement] (nereids) implement mysqlLoadCommand in
nereids (#49109)
No new revisions were added by this update.
Summary of changes:
.../antlr4/org/apache/doris/nereids/DorisParser.g4 | 8 +-
.../java/org/apache/doris/analysis/Separator.java | 44 +++
.../apache/doris/load/loadv2/MysqlLoadManager.java | 226 ++++++++++++++
.../doris/nereids/parser/LogicalPlanBuilder.java | 96 ++++++
.../apache/doris/nereids/trees/plans/PlanType.java | 1 +
.../plans/commands/load/MysqlDataDescription.java | 277 +++++++++++++++++
.../plans/commands/load/MysqlLoadCommand.java | 339 +++++++++++++++++++++
.../trees/plans/visitor/CommandVisitor.java | 5 +
8 files changed, 992 insertions(+), 4 deletions(-)
create mode 100644
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/load/MysqlDataDescription.java
create mode 100644
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/load/MysqlLoadCommand.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]