echauchot commented on a change in pull request #13040:
URL: https://github.com/apache/flink/pull/13040#discussion_r482783762



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/ZooKeeperCheckpointRecoveryFactory.java
##########
@@ -44,17 +44,17 @@ public ZooKeeperCheckpointRecoveryFactory(
                        CuratorFramework client,
                        Configuration config,
                        Executor executor) {
-               this.client = checkNotNull(client, "Curator client");
+                       this.client = checkNotNull(client, "Curator client");

Review comment:
       I'm not sure it's a problem with proper community communication (now 
auto-reformat) and a single reformatting PR with proper commit message. But 
it's your call.




----------------------------------------------------------------
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]


Reply via email to