RyanSkraba commented on code in PR #3150: URL: https://github.com/apache/avro/pull/3150#discussion_r1775103850
########## lang/java/compiler/src/test/java/org/apache/avro/compiler/specific/TestSpecificCompiler.java: ########## @@ -17,14 +17,19 @@ */ package org.apache.avro.compiler.specific; -import static org.hamcrest.CoreMatchers.equalTo; Review Comment: Hey, thanks so much for the investigation! Can we put this "import style" issue into a JIRA and do it separately!? We've alway just ... well, never bothered imposing an import order, but I can see that it's just an unnecessary pain because devs expect autoformat to leave unmodified code. Haha, just weighing in though: we've chosen spotless:apply to format our code in the checks, and my preference is to do *whatever* spotless does by default :D That ends up being the Google style in the table! -- 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]
