JingGe commented on PR #23749:
URL: https://github.com/apache/flink/pull/23749#issuecomment-1851763179

   Hi @zhutong6688, you should fix the issue with a new commit, just rerun 
azure CI won't help.
   
   `09:44:06.641 [ERROR] Failed to execute goal 
com.diffplug.spotless:spotless-maven-plugin:2.27.1:check (spotless-check) on 
project flink-runtime: The following files had format violations:
   09:44:06.641 [ERROR]     
src/main/java/org/apache/flink/runtime/metrics/DescriptiveStatisticsHistogramStatistics.java
   09:44:06.641 [ERROR]         @@ -175,7 +175,7 @@
   09:44:06.641 [ERROR]          ············if·(data·!=·null)·{
   09:44:06.641 [ERROR]          ················percentilesImpl.setData(data);
   09:44:06.641 [ERROR]          ············}·else·{
   09:44:06.641 [ERROR]         
-················percentilesImpl.setData(new·double[]{0.0});
   09:44:06.641 [ERROR]         
+················percentilesImpl.setData(new·double[]·{0.0});
   09:44:06.641 [ERROR]          ············}
   09:44:06.641 [ERROR]          ········}
   09:44:06.641 [ERROR]          ····}
   09:44:06.641 [ERROR] Run 'mvn spotless:apply' to fix these violations.`


-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to