Github user ilooner commented on a diff in the pull request: https://github.com/apache/drill/pull/984#discussion_r147258230 --- Diff: exec/java-exec/src/test/java/org/apache/drill/test/ClusterFixture.java --- @@ -213,7 +204,7 @@ private void configureZk(FixtureBuilder builder) { } } - private void createConfig(FixtureBuilder builder) throws Exception { + private void createConfig() throws Exception { --- End diff -- They should be. The only change I made is that I didn't require passing the FixtureBuilder as an arg, because the class is already holding a reference to it.
---