Re: [Discuss] FLIP-485: Flink UDF metrics

2024-11-13 Thread Linda Li
{ "emoji": "👍", "version": 1 }

Re:[Discuss] FLIP-485: Flink UDF metrics

2024-11-13 Thread Xuyang
Hi, Shiyuan. The current mailing list primarily focuses on user issues. For discussions related to the new flip, please move to the dev mailing list[1]. [1] d...@flink.apache.org -- Best! Xuyang At 2024-11-14 11:00:40, "Linda Li" wrote: Hi, Starting a thread for addin

[Discuss] FLIP-485: Flink UDF metrics

2024-11-13 Thread Linda Li
Hi, Starting a thread for adding Flink UDF metrics. UDFs are widely used by Flink user, but they introduce significant challenges when it comes to debugging and performance optimization. UDFs often act as black boxes, making it difficult to trace issues or identify the root causes of failures,

Unittesting ProcessWindowFunction in Scala

2024-11-13 Thread Burak Dursunlar
Hi, I have a very basic window function that finds minimum and maximum values on a keyed stream. ``` package org.example import org.apache.flink.streaming.api.scala.function.ProcessWindowFunction import org.apache.flink.streaming.api.windowing.windows.TimeWindow import org.apache.flink.util.Col

Re: Trying to connect to HBase from FlinkSql

2024-11-13 Thread Guillermo
Thank you for your answer. I put the lib in that directory. I could say that it's right because if I choose a wrong type of source I get the next message: Flink SQL> select * from blacklist; [ERROR] Could not execute SQL statement. Reason: org.apache.flink.table.api.ValidationException: Could not