Re: Python UDF filter problem

2020-12-08 Thread László Ciople
Awesome, thanks! On Tue, Dec 8, 2020 at 11:55 AM Xingbo Huang wrote: > Hi, > > This problem has been fixed[1] in 1.12.0,1.10.3,1.11.3, but release-1.11.3 > and release-1.12.0 have not been released yet (VOTE has been passed). I run > your job in release-1.12, and the plan is correct. > > > [1] h

Re: Python UDF filter problem

2020-12-08 Thread Xingbo Huang
Hi, This problem has been fixed[1] in 1.12.0,1.10.3,1.11.3, but release-1.11.3 and release-1.12.0 have not been released yet (VOTE has been passed). I run your job in release-1.12, and the plan is correct. [1] https://issues.apache.org/jira/browse/FLINK-19675 Best, Xingbo László Ciople 于2020年

Python UDF filter problem

2020-12-08 Thread László Ciople
Hello, I am trying to use Flink v1.11.2 with Python and the Table API to read and write back messages to kafka topics. I am trying to filter messages based on the output of a udf which returns a boolean. It seems that Flink ignores the WHERE clause in my queries and every input message is received