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 ce595c27c54 [fix](serde)fix the bug in 
DataTypeNullableSerDe.deserialize_column_from_fixed_json (#41217)
     add 334b473deb5 [feat](job)Implementing Job in Nereids (#41391)

No new revisions were added by this update.

Summary of changes:
 .../antlr4/org/apache/doris/nereids/DorisParser.g4 |  25 +-
 .../org/apache/doris/analysis/CreateJobStmt.java   |   1 +
 .../doris/job/extensions/insert/InsertJob.java     |   4 +-
 .../doris/nereids/parser/LogicalPlanBuilder.java   |  28 +++
 .../apache/doris/nereids/trees/plans/PlanType.java |   1 +
 ...reateMTMVCommand.java => CreateJobCommand.java} |  46 ++--
 .../trees/plans/commands/info/CreateJobInfo.java   | 263 +++++++++++++++++++++
 .../commands/insert/InsertIntoTableCommand.java    |  14 +-
 .../trees/plans/visitor/CommandVisitor.java        |   5 +
 .../data/job_p0/job_meta/job_query_test.out        |   4 +-
 .../suites/job_p0/test_base_insert_job.groovy      |  59 +++--
 11 files changed, 398 insertions(+), 52 deletions(-)
 copy 
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/{CreateMTMVCommand.java
 => CreateJobCommand.java} (65%)
 create mode 100644 
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/info/CreateJobInfo.java


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

Reply via email to