You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flink.apache.org by 艾毅 <ks...@gmail.com> on 2019/07/18 02:56:11 UTC

ValueState in SessionWindows

  I implemented a class, the class extends MergingWindowAssigner, In the
trigger, I use ValueState<Boolean>, when windows is merged,  I want to get
ValueState<Boolean> in merged windows. now I can't get the
ValueState<Boolean>.