Re: Request for assignment: FLINK-18119 Fix unlimitedly growing state for ...

2020-06-15 Thread Benchao Li
Hi Hyeonseop, I'm sorry to hear that you got no reactions in time. We can move to the issue you mentioned for further discussions. Hyeonseop Lee 于2020年6月16日周二 下午1:00写道: > Hello, > > > I have experienced an unlimitedly growing state in my streaming query in > table API and identified that the cu

Request for assignment: FLINK-18119 Fix unlimitedly growing state for ...

2020-06-15 Thread Hyeonseop Lee
Hello, I have experienced an unlimitedly growing state in my streaming query in table API and identified that the current implementation of time range bounded over aggregate function was the cause. I was able to fix it by modifying a couple of functions in flink-table-runtime-blink. I am runnin