This is an automated email from the ASF dual-hosted git repository.
linxinyuan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/texera.git
The following commit(s) were added to refs/heads/main by this push:
new 34db237b6c fix: Clear Python executable path in udf.conf (#3869)
34db237b6c is described below
commit 34db237b6cf588b94c7aae75c3409174d0680cb3
Author: Xinyuan Lin <[email protected]>
AuthorDate: Sat Oct 11 22:53:57 2025 -0700
fix: Clear Python executable path in udf.conf (#3869)
---
core/config/src/main/resources/udf.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/config/src/main/resources/udf.conf
b/core/config/src/main/resources/udf.conf
index e6e7855032..7212d1720e 100644
--- a/core/config/src/main/resources/udf.conf
+++ b/core/config/src/main/resources/udf.conf
@@ -17,7 +17,7 @@
python {
# python3 executable path
- path =
"C:\\Users\\linxi\\AppData\\Local\\Programs\\Python\\Python312\\python.exe"
+ path = ""
path = ${?UDF_PYTHON_PATH}
log {