This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a change to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 8fdfbcb3c4d Revert "[Opt](func) opt the percentile func performance 
(#34373) (#34416)"
     new 956ae2f83d6 [opt](Nereids) let behavior of function char same with 
legacy planner (#34415)
     new 3fd3dfe16f6 [Feat](Job) Job supports task execution statistics (#34109)
     new ad359682366 [Fix](Job)Job repaly logic error (#34378)

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/doris/job/base/AbstractJob.java     |  35 +++++-
 .../doris/job/extensions/insert/InsertJob.java     | 140 ++++++++++++---------
 .../doris/job/extensions/insert/InsertTask.java    |  42 ++++---
 .../apache/doris/job/extensions/mtmv/MTMVTask.java |   4 +-
 .../apache/doris/job/scheduler/JobScheduler.java   |   2 +-
 .../org/apache/doris/job/task/AbstractTask.java    |   5 +-
 .../main/java/org/apache/doris/job/task/Task.java  |   2 +-
 .../trees/expressions/functions/scalar/Char.java   |  14 +++
 .../doris/tablefunction/MetadataGenerator.java     |   2 +-
 .../suites/job_p0/test_base_insert_job.groovy      |  19 ++-
 .../string_functions/test_string_function.groovy   |  12 +-
 11 files changed, 172 insertions(+), 105 deletions(-)


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

Reply via email to