Hi Vino,

> If you need access to the state API, you can consider using 
> ProcessWindowFunction[1], which allows you to use ProcessWindowFunction.

I was hoping that I could use the aggregate function to do incremental 
aggregation. My understanding is that ProcessWindowFunction either has to loop 
through all records or be combined with an aggregate function to do incremental 
aggregation.

Back to my first question, is the accumulator state backed by RocksDB state 
backend? If so, I don’t need to use rich function for the aggregate function.

Thanks,

Ning

Reply via email to