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

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


    from 77689d87a3e [fix](timezone) fix miss of expected rounding of Date type 
with timezone  #33553 (#33554)
     add 0c341bf13aa [Fix](Outfile) Fixed the problem that the concurrent 
Outfile wrote multiple Success files #33016 (#33720)

No new revisions were added by this update.

Summary of changes:
 be/src/service/internal_service.cpp                | 83 ++++++++++++++++++++++
 be/src/service/internal_service.h                  |  5 ++
 be/src/vec/runtime/vfile_result_writer.cpp         | 36 ----------
 be/src/vec/runtime/vfile_result_writer.h           |  2 -
 .../org/apache/doris/analysis/OutFileClause.java   |  8 +++
 .../doris/nereids/glue/LogicalPlanAdapter.java     | 17 +++++
 .../main/java/org/apache/doris/qe/Coordinator.java |  8 +++
 .../java/org/apache/doris/qe/StmtExecutor.java     | 81 +++++++++++++++++++++
 .../org/apache/doris/rpc/BackendServiceClient.java |  5 ++
 .../org/apache/doris/rpc/BackendServiceProxy.java  | 12 ++++
 gensrc/proto/internal_service.proto                |  9 +++
 .../suites/export_p0/test_outfile.groovy           |  3 +-
 .../suites/nereids_p0/outfile/test_outfile.groovy  |  2 +-
 13 files changed, 230 insertions(+), 41 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to