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

    https://github.com/apache/flink/pull/4006#discussion_r118901207
  
    --- Diff: docs/dev/stream/state.md ---
    @@ -429,3 +429,120 @@ public static class CounterSource
     
     Some operators might need the information when a checkpoint is fully 
acknowledged by Flink to communicate that with the outside world. In this case 
see the `org.apache.flink.runtime.state.CheckpointListener` interface.
     
    +## Custom serialization for managed state
    +
    +This section is targeted as a guideline for users who require using custom 
serialization for their state, covering how
    --- End diff --
    
        This section is targeted as a guideline for users who require custom 
serialization for their state
    
    "using" doesn't really work in this context. You could say "the use of" 
instead, but it doesn't add anything.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to