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

hello-stephen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 725d6ce0e43 [Update](p0) Update PythonUdf conda mode config (#67068)
725d6ce0e43 is described below

commit 725d6ce0e43253361a3859cd23bddd2d30d30b96
Author: linrrarity <[email protected]>
AuthorDate: Wed Aug 26 10:40:36 2026 +0800

    [Update](p0) Update PythonUdf conda mode config (#67068)
    
    ### What problem does this PR solve?
    
    ### Release note
    
    Update PythonUdf conda mode config from miniconda to miniforge
---
 regression-test/pipeline/cloud_p0/conf/be_custom.conf                | 2 +-
 regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/regression-test/pipeline/cloud_p0/conf/be_custom.conf 
b/regression-test/pipeline/cloud_p0/conf/be_custom.conf
index 2e5da57e2df..5e35df4842d 100644
--- a/regression-test/pipeline/cloud_p0/conf/be_custom.conf
+++ b/regression-test/pipeline/cloud_p0/conf/be_custom.conf
@@ -63,7 +63,7 @@ fail_when_segment_rows_not_in_rowset_meta=true
 # enable to use python udf
 enable_python_udf_support=true
 python_env_mode=conda
-python_conda_root_path=/opt/miniconda3
+python_conda_root_path=/opt/miniforge3
 max_python_process_num=16
 
 enable_cloud_make_rs_visible_on_be=true
diff --git 
a/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy 
b/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy
index 0c8e9c27100..0f3a51bde7b 100644
--- a/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy
+++ b/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy
@@ -112,3 +112,5 @@ enableTrinoConnectorTest = false
 s3Source = "aliyun"
 s3Endpoint = "oss-cn-hongkong-internal.aliyuncs.com"
 recycleServiceHttpAddress = "127.0.0.1:6000"
+
+pythonUdfRuntimeVersion = "3.12.11"
\ No newline at end of file


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

Reply via email to