Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related to issue-1514
Contribution Checklist
Make sure that the pull request corresponds to a GitHub issue. Exceptions are made for typos in JavaDoc or documentation files, which need no issue.
Name the pull request in the format "[component] Title of the pull request", where [component] should be replaced by the name of the component being changed. Typically, this corresponds to the component label assigned to the issue (e.g., [kv], [log], [client], [flink]). Skip [component] if you are unsure about which is the best component.
Fill out the template below to describe the changes contributed by the pull request. That will give reviewers the context they need to do the review.
Make sure that the change passes the automated tests, i.e.,
mvn clean verifypasses.Each pull request should address only one issue, not mix up code from multiple issues.
(The sections below can be removed for hotfixes or typos)
-->
Purpose
Linked issue: close #xxx
Brief change log
Tests
API and Format
Documentation