Re: Apache Flink - User Defined Functions - Exception when passing all arguments

2022-02-22 Thread M Singh
Thanks FG for your recommendations.  Let me try that.  Thanks for your time. On Thursday, February 17, 2022, 04:40:07 AM EST, Francesco Guardiani wrote: Hi, The SQL syntax is not supported, as the SQL standard itself does not allow it. It sounds strange that it fails at validation phas

Re: Apache Flink - User Defined Functions - Exception when passing all arguments

2022-02-17 Thread Francesco Guardiani
Hi, The SQL syntax is not supported, as the SQL standard itself does not allow it. It sounds strange that it fails at validation phase rather than when parsing, but it shouldn't work anyway. I suggest you to just use Table API for that, as it's richer. You can even use withColumns(range(..)) whic