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
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
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