Open stdpain opened 6 months ago
@stdpain Hi, recently, I have been researching how to implement Python UDAF and UDTF. Can we add a WeChat conversation? Also, do you have any specific design documentation for your Python UDF? My WeChat is Liuwenclever.😆
@stdpain Hi, recently, I have been researching how to implement Python UDAF and UDTF. Can we add a WeChat conversation? Also, do you have any specific design documentation for your Python UDF? My WeChat is Liuwenclever.😆
We could open a public discussion in slack. https://starrocks.slack.com/archives/C02FAD0JSSD
@stdpain Hi, I have heard the python UDF will be supported in version 3.4, so when is the expected time? Thanks a lot.
Feature request
support Python UDF for starrocks
grammar: extends the create function to support inline call
UDFCall: use grpc to call Python UDF Be process
Python Env Support: Since 3.8+ Arrow 16.0.0+ grpc
make sure all package are install in PYTHONHOME (config in BE)
fe config: enable_udf=true be config:
examples:
see test/sql/test_udf/test_python_udf
Additional context
PR Links