Re: StreamQueryConfig vs TemporalTableFunction
Posted by
Jark Wu-3 on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/StreamQueryConfig-vs-TemporalTableFunction-tp34497p34511.html
Hi Dom,
The TemporalTableFunction join will also cleanup expired state if `setIdleStateRetentionTime()` is enabled in StreamQueryConfig or TableConfig.
Best,
Jark
On Tue, 21 Apr 2020 at 04:47, Dominik Wosiński <
[hidden email]> wrote:
Hey,
I wanted to ask whether the TemporalTableFunctions are subject to StreamQueryConfig retention? I was pretty sure that they are not, but I have recently noticed weird behavior in one of my jobs that suggests that they indeed are.
Thanks for answers,
Best Regards,
Dom.