gaborgsomogyi commented on PR #20206: URL: https://github.com/apache/flink/pull/20206#issuecomment-1178846915
@JackWangCS seems like the code is not properly formatted and that's the reason why the compile failed. Plz execute the following command to auto-format the code: `mvn spotless:apply`, then ``` git add --all git commit --amend git push -f ``` to push the changes to the PR. -- 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]
