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

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


The following commit(s) were added to refs/heads/branch-4.1 by this push:
     new 0d49a93d2e0 branch-4.1: [Update](p0) Update PythonUdf conda mode 
config (#67068) (#67188)
0d49a93d2e0 is described below

commit 0d49a93d2e0a270b41791e811e1ba84060e9e705
Author: linrrarity <[email protected]>
AuthorDate: Fri Aug 28 01:17:26 2026 +0800

    branch-4.1: [Update](p0) Update PythonUdf conda mode config (#67068) 
(#67188)
    
    pick: https://github.com/apache/doris/pull/67068
---
 regression-test/pipeline/cloud_p0/conf/be_custom.conf                | 2 +-
 regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/regression-test/pipeline/cloud_p0/conf/be_custom.conf 
b/regression-test/pipeline/cloud_p0/conf/be_custom.conf
index abff89deedb..b030f5b2c1b 100644
--- a/regression-test/pipeline/cloud_p0/conf/be_custom.conf
+++ b/regression-test/pipeline/cloud_p0/conf/be_custom.conf
@@ -64,5 +64,5 @@ cloud_mow_sync_rowsets_when_load_txn_begin=false
 # 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
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 7dc3173d155..0b90ac28242 100644
--- a/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy
+++ b/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy
@@ -105,4 +105,6 @@ enableTrinoConnectorTest = false
 
 s3Source = "aliyun"
 s3Endpoint = "oss-cn-hongkong-internal.aliyuncs.com"
-recycleServiceHttpAddress = "127.0.0.1:6000"
\ No newline at end of file
+recycleServiceHttpAddress = "127.0.0.1:6000"
+
+pythonUdfRuntimeVersion = "3.12.11"


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

Reply via email to