Commits


Bryan Cutler authored and Li Jin committed c282a14932c
ARROW-3115: [JAVA] Style checks - fix import ordering First task in enabling the build to fail on Java style checks. This enables the build to fail, but is temporarily only checking style on import order. The import order rules have been changed slightly to add a "same package" group to appear last which will be the Arrow imports for that project. Also, standard java has been moved up and special imports in between 3rd party and Arrow. Author: Bryan Cutler <cutlerb@gmail.com> Closes #2469 from BryanCutler/java-checkstyle-start-ARROW-1688 and squashes the following commits: 7b4f7517 <Bryan Cutler> fixed imports for arrow-jdbc tests e9e847ef <Bryan Cutler> fixed imports for arrow-tools tests e963e938 <Bryan Cutler> fixed imports for arrow-vector tests 8de6c2d4 <Bryan Cutler> fixed arrow-memory test imports 86ef5d5b <Bryan Cutler> enable checking test files 6020a76c <Bryan Cutler> remove spaces in same groups 81df9e3a <Bryan Cutler> fixed imports for arrow-jdbc a3d188da <Bryan Cutler> fixed imports for arrow-tools 06eae7c0 <Bryan Cutler> fix imports for arrow-vector 99d887c8 <Bryan Cutler> fix imports for arrow-memory 3a9e1c98 <Bryan Cutler> using ImportOrder rule only e8dd7338 <Bryan Cutler> adding ImportOrder f370d40a <Bryan Cutler> changed special imports to io.netty.buffer 29866149 <Bryan Cutler> enabled fail on style checks, suppress all but imports, fix license