Thanks for the confirmation :)
Regards,
Alexis.
On Sun, 9 Oct 2022, 10:37 Hangxiang Yu, wrote:
> Hi, Alexis.
> I think you are right. It also applies for a global window with a custom
> trigger.
> If you apply a ReduceFunction or AggregateFunction, the window state size
> usually is smaller tha
Hi, Alexis.
I think you are right. It also applies for a global window with a custom
trigger.
If you apply a ReduceFunction or AggregateFunction, the window state size
usually is smaller than applying ProcessWindowFunction due to the
aggregated value. It also works for global windows.
Of course, th