alpinegizmo opened a new pull request #9520: [hotfix][docs] wrong method name in state-processor-api example URL: https://github.com/apache/flink/pull/9520 ## What is the purpose of the change The State Processor API docs have an example of implementing a KeyedStateReaderFunction. The wrong method name is used in this example -- the class has no processKey method, but rather a readKey method. ## Verifying this change This change is a trivial typo fix.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
