cvaliente opened a new pull request, #21240:
URL: https://github.com/apache/flink/pull/21240
## What is the purpose of the change
the example uses the same parameter name in the outer method
`eval(CompletableFuture<Collection<Row>> result, String rowkey)` and in the
inner `public void onSuccess(Result result) {` so the example isn't actually
valid functioning code
## Brief change log
- renamed the parameter in the inner method
## Verifying this change
This change is a trivial rework / code cleanup without any test coverage.
## Documentation
- Does this pull request introduce a new feature? no
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]