hi, 我执行如下的sql场景:select userId, first_value(xxx) from source group by userId, date_format(eventtime, 'yyyy-MM-dd') 在不使用minibatch时,出现状态丢失的情况,同一个userId同一天输出了多条记录。这种可能是bug么?使用的flink 版本为1.10.1
- 不使用minibatch时状态丢失的异常 sunfulin
- Re: 不使用minibatch时状态丢失的异常 Benchao Li
