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

github-bot pushed a change to branch auto-pick-43029-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 1cc16bffe37 [improvement](external)add some improvements for external 
scan #38946 (#43310)
     add e4487e3be75 [improve](udf) support load data with udf functions 
(#43029)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/doris/common/Config.java  |   7 ++
 .../apache/doris/analysis/FunctionCallExpr.java    |   7 +-
 .../doris/load/loadv2/LoadingTaskPlanner.java      |   2 +-
 .../apache/doris/planner/StreamLoadPlanner.java    |   2 +-
 .../routine_load/test_routine_load_with_udf.out    |   4 +
 .../load_p0/stream_load/test_stream_load_udf.csv   |   3 +
 .../stream_load/test_stream_load_with_udf.out      |   6 +
 .../java/org/apache/doris/udf/IntLoadTest.java     |  24 ++++
 .../java/org/apache/doris/udf/StringLoadTest.java  |  27 +++++
 ...oad_with_user.csv => test_routine_load_udf.csv} |   0
 .../routine_load/test_routine_load_with_udf.groovy | 126 +++++++++++++++++++++
 .../stream_load/test_stream_load_with_udf.groovy   |  65 +++++++++++
 12 files changed, 270 insertions(+), 3 deletions(-)
 create mode 100644 
regression-test/data/load_p0/routine_load/test_routine_load_with_udf.out
 create mode 100644 
regression-test/data/load_p0/stream_load/test_stream_load_udf.csv
 create mode 100644 
regression-test/data/load_p0/stream_load/test_stream_load_with_udf.out
 create mode 100644 
regression-test/java-udf-src/src/main/java/org/apache/doris/udf/IntLoadTest.java
 create mode 100644 
regression-test/java-udf-src/src/main/java/org/apache/doris/udf/StringLoadTest.java
 copy 
regression-test/suites/load_p0/routine_load/data/{test_routine_load_with_user.csv
 => test_routine_load_udf.csv} (100%)
 create mode 100644 
regression-test/suites/load_p0/routine_load/test_routine_load_with_udf.groovy
 create mode 100644 
regression-test/suites/load_p0/stream_load/test_stream_load_with_udf.groovy


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

Reply via email to