You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/12/02 14:51:06 UTC

[GitHub] [flink] sjwiesman opened a new pull request #10382: [FLINK-15014][state-processor-api] Refactor KeyedStateInputFormat to support multiple types of user functions

sjwiesman opened a new pull request #10382: [FLINK-15014][state-processor-api] Refactor KeyedStateInputFormat to support multiple types of user functions
URL: https://github.com/apache/flink/pull/10382
 
 
   #  What is the purpose of the change
   
    Refactors the KeyedStateInputFormat to support arbitrary user function types. It now follows the model of Task -> Operator -> Function where the input format is the task, StateReaderOperator is the low-level operator that can be implemented for any function type. In the future this allows us to support reading other low-level encodings such as windows or stateful functions.
   
   ## Verifying this change
   
   Covered by existing tests.
   
   ## Documentation
   
     - Does this pull request introduce a new feature? no
     - If yes, how is the feature documented? no documented
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services