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

morrysnow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from a970fef2517 [refactor](jdbc catalog) split sqlserver jdbc executor 
(#31679)
     add 5048c6ec6a4 [feature](Nereids) parallel output file (#31623)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/doris/analysis/OutFileClause.java   |  2 +-
 .../java/org/apache/doris/analysis/SlotRef.java    |  2 +-
 .../glue/translator/PhysicalPlanTranslator.java    | 62 ++++++++++++++++++----
 .../nereids/properties/RequestPropertyDeriver.java |  2 +-
 .../trees/plans/physical/PhysicalFileSink.java     | 17 ++++++
 .../org/apache/doris/planner/OriginalPlanner.java  | 39 +-------------
 .../org/apache/doris/planner/ResultFileSink.java   | 45 ++++++++++++++++
 .../apache/doris/analysis/StmtRewriterTest.java    | 12 ++---
 .../doris/planner/TableFunctionPlanTest.java       |  6 +--
 .../org/apache/doris/qe/OlapQueryCacheTest.java    | 12 ++---
 .../suites/demo_p0/explain_action.groovy           |  2 +-
 .../suites/export_p0/test_outfile.groovy           |  5 +-
 .../suites/nereids_p0/outfile/test_outfile.groovy  |  5 +-
 13 files changed, 141 insertions(+), 70 deletions(-)


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

Reply via email to