Re:Re: Confirmation on Lambda Support for UDFs in FlinkSQL / Table API

2024-05-16 Thread Xuyang
Hi, Tucker IIUC, this way is unsupported. You may try other way to work around it. -- Best! Xuyang At 2024-05-17 00:22:57, "Tucker Harvey" wrote: >Hi Xuyang, > >Thanks for your response. I can provide some better context, we are migrating >a use case to FlinkSQL and they wa

Re: Confirmation on Lambda Support for UDFs in FlinkSQL / Table API

2024-05-16 Thread Tucker Harvey
Hi Xuyang, Thanks for your response. I can provide some better context, we are migrating a use case to FlinkSQL and they want to do some query that has a UDF like SELECT user_id, ARRAY_MAP(transactions, x -> x * 1.1) AS taxed_transactions FROM users; Based on my understanding of th

Confirmation on Lambda Support for UDFs in FlinkSQL / Table API

2024-05-15 Thread Tucker Harvey
Hi Flink Community, I’m writing to confirm whether lambda expressions are supported with User Defined Functions (UDFs) in FlinkSQL and the Table API. My current understanding is that they are not supported. Can anyone verify this, or let me know if there have been any recent changes regarding t