This is an automated email from the ASF dual-hosted git repository. linxinyuan pushed a commit to branch aglinxinyuan-patch-1 in repository https://gitbox.apache.org/repos/asf/texera.git
commit 7c5e12cacd3be4507b0d650db1b9b962ea96e937 Author: Xinyuan Lin <[email protected]> AuthorDate: Sat Oct 11 18:54:29 2025 -0700 Clear Python executable path in udf.conf Signed-off-by: Xinyuan Lin <[email protected]> --- 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 {
