Re: [VOTE] Release 1.13.1, release candidate #1

2021-05-26 Thread
ersion as released automatically. > > Best, > > Dawid > > On 26/05/2021 15:59, 张静 wrote: > > Hi Dawid, > > +1. Thank you for driving this release. > > I checked: > > 1. Built from source code flink-1.13.1-src.tgz succeeded > > 2. Started a l

Re: [VOTE] Release 1.13.1, release candidate #1

2021-05-26 Thread
Hi Dawid, +1. Thank you for driving this release. I checked: 1. Built from source code flink-1.13.1-src.tgz succeeded 2. Started a local Flink cluster based on built 1.13.1 in the Step1, ran the WordCount example, WebUI looks good, no suspicious output/log. 3. Repeat Step 3 with flink-1.

回复:[Discuss] IntervalJoin one side sorted cache

2020-03-06 Thread (槿瑜)
Hi, chenqi. I'm interested in your optimizations about IntervalJoin. And I also have a few questions about two points: 1. Introduce cache to speed up lookup operation. * The cache in IntervalJoin operator maybe not necessary for statebackend which has the ability to cache itself.