arrow git commit: ARROW-1527: Fix Travis CI JDK9 build

2017-09-11 Thread wesm
Repository: arrow Updated Branches: refs/heads/master 7e9576426 -> 9ede7fbab ARROW-1527: Fix Travis CI JDK9 build Update `.travis.yml` to install JDK9 package as it seems it is not part of the default trusty image. Author: Laurent Goujon Closes #1089 from

arrow git commit: ARROW-1331: [JAVA] include package statement

2017-09-11 Thread wesm
Repository: arrow Updated Branches: refs/heads/master b590c2454 -> 18388d650 ARROW-1331: [JAVA] include package statement TestSplitAndTransfer was merged as part of https://github.com/apache/arrow/pull/955 However, the class did not have the package statement. This small patch fixes that.