Hi Team, How do I omit specific window results whe...
# troubleshooting
a
Hi Team, How do I omit specific window results when using the Hop window in SQL? Let's say my Hop window duration is 12 seconds and I have a 2-second slide/hop. Is it possible to attain the desired behavior using the Flink Table API and SQL?
Copy code
// initial time: 10:00
10:51:34 - 10:51:46 ✅
10:51:36 - 10:51:48 ❌
10:51:38 - 10:51:50 ❌
10:51:40 - 10:51:52 ❌
10:51:42 - 10:51:54 ❌
10:51:44 - 10:51:56 ✅
10:51:46 - 10:51:58 ❌
10:51:48 - 10:52:00 ❌
Thank you for your attention to this matter. Looking forward to hearing your thoughts and recommendations.
j
Are you able to define the sliding window? If so, you may consider setting-up the window slide to 10 instead of 2?