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
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.
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.