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

ASF GitHub Bot commented on FLINK-7461:
---------------------------------------

Github user zentol commented on a diff in the pull request:

    https://github.com/apache/flink/pull/4550#discussion_r133490898
  
    --- Diff: 
flink-connectors/flink-connector-kinesis/src/test/java/org/apache/flink/streaming/connectors/kinesis/testutils/ExactlyOnceValidatingConsumerThread.java
 ---
    @@ -95,7 +94,7 @@ public void run() {
                return new Thread(exactlyOnceValidationConsumer);
        }
     
    -   private static class ExactlyOnceValidatingMapper implements 
FlatMapFunction<String, String>, Checkpointed<BitSet> {
    +   private static class ExactlyOnceValidatingMapper implements 
FlatMapFunction<String, String> {
    --- End diff --
    
    This _should_ cause the test to fail as far as i can tell.


> Remove Backwards compatibility for Flink 1.1 from Flink 1.4
> -----------------------------------------------------------
>
>                 Key: FLINK-7461
>                 URL: https://issues.apache.org/jira/browse/FLINK-7461
>             Project: Flink
>          Issue Type: Improvement
>    Affects Versions: 1.4.0
>            Reporter: Stefan Richter
>            Assignee: Stefan Richter
>
> This issue tracks the removal of Flink 1.1 backwards compatibility from Flink 
> 1.4. This step is helpful for further developments because it will remove 
> many old code paths and special cases. In particular, we can drop all 
> handling for non-partitionable state, i.e. state that was created with the 
> old {{Checkpointed}} interface.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to