Re: Help with table UDF

2017-08-31 Thread Fabian Hueske
Hi Flavio, you're using the TableFunction not correctly. The documentation shows how to call it in a join() method. But I agree, the error message should be better. Best, Fabian 2017-08-31 18:53 GMT+02:00 Flavio Pompermaier : > Hi all, > I'm using Flink 1.3.1 and I'm trying to register an UDF

Help with table UDF

2017-08-31 Thread Flavio Pompermaier
Hi all, I'm using Flink 1.3.1 and I'm trying to register an UDF but there's something wrong. I always get the following exception: java.lang.UnsupportedOperationException: org.apache.flink.table.expressions.TableFunctionCall cannot be transformed to RexNode at org.apache.flink.table.expressions.Ex