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

    https://github.com/apache/flink/pull/4295#discussion_r126928245
  
    --- Diff: 
flink-tests/src/test/java/org/apache/flink/test/checkpointing/RescalingITCase.java
 ---
    @@ -1035,4 +1040,43 @@ public void restoreState(Integer state) throws 
Exception {
                        counterPartitions.add(state);
                }
        }
    +
    +   /**
    +    * Copied from io.netty.util.internal.ConcurrentSet.
    +    *
    +    * @param <E> the type of elements maintained by this set
    +    */
    +   private static final class ConcurrentSet<E> extends AbstractSet<E> 
implements Serializable {
    --- End diff --
    
    This dependency was removed in a recent commit so am deleting the class.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to