guiyanakuang commented on code in PR #1581: URL: https://github.com/apache/orc/pull/1581#discussion_r1292924336
########## java/core/src/test/org/apache/orc/impl/TestWriterImpl.java: ########## @@ -29,7 +29,7 @@ import org.apache.orc.Reader; import org.apache.orc.TypeDescription; import org.apache.orc.Writer; -import org.apache.orc.*; +import org.apache.orc.StripeInformation; Review Comment: You can try using the plugin https://plugins.jetbrains.com/plugin/1065-checkstyle-idea so that you can use checkstyle.xml from your ORC project instead of IDEA's default code checking. <img width="919" alt="image" src="https://github.com/apache/orc/assets/4069905/7375ac17-b446-4d25-87dd-5b55a182b91c"> I've been using it for a while and it works great. https://github.com/apache/orc/blob/1c83941a213a55c1d465bae1c02e49e260f7b9cd/java/checkstyle.xml#L42 -- 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]
