> I think we can update the CustomImportOrder section to be the same as in
That just has one single group, so basically there is no grouping rules unless I misunderstand. Is that what your preference is? I like having some order to the groups and since we don't need "com.google" as a special import maybe we can use it for `io.netty.buffer` since we have some source files in that package. So I would propose this order: Static imports Java standard imports Third-party imports Special imports using io.netty.buffer (for ArrowBuf, etc) Same package 4 places (org.apache.arrow.vector, etc) although 3 place might be better.. I'm not too particular about the order, but I think *some* order is good and definitely keep arrow imports together and not mixed in with other 3rd party imports. wdyt @icexelloss ? [ Full content available at: https://github.com/apache/arrow/pull/2469 ] This message was relayed via gitbox.apache.org for [email protected]
