dongjoon-hyun edited a comment on issue #24297: [SPARK-27299][GRAPH][WIP] Spark Graph API design proposal URL: https://github.com/apache/spark/pull/24297#issuecomment-480918815 IntelliJ already understands `checkstyle.xml`. If you open the project with IntelliJ in Apache Spark project, you must see the red line warnings. - https://github.com/apache/spark/blob/master/dev/checkstyle.xml The current warnings look like two types mostly. You can fix them easily. - Max line length (100). - Import ordering and grouping (`java` -> `scala` -> `3rd party` -> `org.apache.spark`)
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
