Re: Python UDF from Java

2020-04-30 Thread jincheng sun
Thanks Flavio and Thanks Marta, That's a good question as many user want to know that! CC to user-zh mailing list :) Best, Jincheng - Twitter: https://twitter.com/sunjincheng121 - Flavio Pompermaier 于2020年5月1日周五 上午7:04写道: > Yes, that's awesome! I think this would be

Re: Python UDF from Java

2020-04-30 Thread Flavio Pompermaier
Yes, that's awesome! I think this would be a really attractive feature to promote the usage of Flink. Thanks Marta, Flavio On Fri, May 1, 2020 at 12:26 AM Marta Paes Moreira wrote: > Hi, Flavio. > > Extending the scope of Python UDFs is described in FLIP-106 [1, 2] and is > planned for the upco

Re: Python UDF from Java

2020-04-30 Thread Marta Paes Moreira
Hi, Flavio. Extending the scope of Python UDFs is described in FLIP-106 [1, 2] and is planned for the upcoming 1.11 release, according to Piotr's last update. Hope this addresses your question! Marta [1] https://cwiki.apache.org/confluence/display/FLINK/FLIP-106%3A+Support+Python+UDF+in+SQL+Fun

Python UDF from Java

2020-04-30 Thread Flavio Pompermaier
Hi to all, is it possible to run a Python UDF from a Java job (using Table API or SQL)? Is there any reference? Best, Flavio