Shockang opened a new pull request #35017: URL: https://github.com/apache/spark/pull/35017
What changes were proposed in this pull request? Fixed the checkstyle error thrown in windows in maven installing phase. Why are the changes needed? Due to some problems in CI system, these obvious errors have not been detected. I think these checkstyle errors should be solved. Does this PR introduce any user-facing change? No. How was this patch tested? I have verified by executing following commands in the win10 system, except for (modifier) RedundantModifier in TimSort.java and (naming) MethodName in GroupStateTimeout.java and OutputMode.java and Trigger.java, the rest of the errors have been fixed. `mvn -DskipTest clean install` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
