我尝试在4.1.1中启用python udf,be端的配置已经按照文档中更改了
enable_python_udf_support = true
python_env_mode = venv
python_venv_root_path = /opt/doris/4.1.1/python_env
python_venv_interpreter_paths = /usr/bin/python3.12
但是使用fe mysql查询时显示没有python,查看be configure中也没有python udf的内容
mysql> SHOW PYTHON VERSIONS;
ERROR 1105 (HY000): errCode = 2, detailMessage =
no viable alternative at input 'SHOW PYTHON'(line 1, pos 5)
有没有大佬知道是怎么回事?
fe端version:doris-4.1.1-rc01-b10073ad9ca
be端version:doris-4.1.1-rc01-b10073ad9ca