[ 
https://issues.apache.org/jira/browse/FLINK-26766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17509705#comment-17509705
 ] 

Yuan Mei commented on FLINK-26766:
----------------------------------

[~Feifan Wang] I think you are right.

 

Would you mind preparing a fix/pr for this?

> Mistake in ChangelogStateHandleStreamImpl#getIntersection
> ---------------------------------------------------------
>
>                 Key: FLINK-26766
>                 URL: https://issues.apache.org/jira/browse/FLINK-26766
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / State Backends
>    Affects Versions: 1.15.0, 1.16.0
>            Reporter: Feifan Wang
>            Priority: Major
>             Fix For: 1.15.0, 1.16.0
>
>
>  
> Maybe mistake in ChangelogStateHandleStreamImpl :
> {code:java}
> public KeyedStateHandle getIntersection(KeyGroupRange keyGroupRange) {
>     KeyGroupRange offsets = keyGroupRange.getIntersection(keyGroupRange);
>     // ......
> } {code}
> I guess should be :
> KeyGroupRange offsets = 
> {color:#de350b}this{color}.keyGroupRange.getIntersection(keyGroupRange);
>  
> Hi [~roman] , can you help confirm that ?
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to