isunjin opened a new pull request #6911: [FLINK-10656] Refactor 
org.apache.flink.runtime.io.network.api.reader…
URL: https://github.com/apache/flink/pull/6911
 
 
   
   ## What is the purpose of the change
   
   The interface of 
```org.apache.flink.runtime.io.network.api.reader.ReaderBase``` is not very 
clean, the API in it are called only by iteration and handle event. which is 
not related the name ```ReaderBase```. And the functionality is independent, so 
propose to change the name and split the interface to two isolated interface. 
   
   ## Brief change log
   
     - *Split interface ```ReaderBase``` to ```IterationReader``` and 
```TaskEventSender```*
     - *rename ```getCurrentBuffer``` to ```resetCurrentBuffer```*
   
   ## Verifying this change
   
   This change is a trivial rework / code cleanup without any test coverage.
   

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


With regards,
Apache Git Services

Reply via email to