steveloughran commented on pull request #3387: URL: https://github.com/apache/hadoop/pull/3387#issuecomment-919218567
order is ``` java.* javax.* -- o.a.h.thirdparty all non-org.apache -- org.apache.* -- all statics, in order. -- ``` all but the statics MUST NOT use wildcard imports. the o.a.h.thirdparty one is a PITA, it goes there because on a backport it will be converted to the unshaded. e.g com.google. It's making IDE import statement placement and backporting a pain; at some point it'll just end up in the main org.apache. -- 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: common-issues-unsubscr...@hadoop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org