Conversation
eolivelli
left a comment
There was a problem hiding this comment.
Cool.
I left a comment, please take a look
|
|
||
| public UnsupportedMetadataVersionException(String message) { | ||
| super(StatusCode.UNSUPPORTED_METADATA_VERSION, String.format(message)); | ||
| super(StatusCode.UNSUPPORTED_METADATA_VERSION, message); |
There was a problem hiding this comment.
I think this is a behavior change
There was a problem hiding this comment.
thanks for the comment. The change was reverted, but I don't see how this formatting can help without any arguments
There was a problem hiding this comment.
You are right, but it is better not to change things if not needed or out of the scope of the patch.
Sorry for so deep nitpicking :)
|
@eolivelli thanks! Do I need to investigate the results from CI or it is needed to rerun them? |
|
Something is broken on CI, the presence of Maven 3.5. |
|
@sijie I will send a PR soon for an upgrade of Maven to latest version |
|
this is the fix for the upgrade of Maven #2135 |
|
rebuild java8 |
|
@eolivelli thanks a lot for your help! |
|
run pr validation |
|
You have checkstyle violations: |
|
run this command to test your code for checkstyle
|
|
@eolivelli thanks, I don't know how I missed it, because right now I am adding the checkstyle validation to some pulsar modules ;) |
Changes
Remove redundant array creation in log statements to simplify the code.