Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/1060#discussion_r179293968 --- Diff: exec/java-exec/pom.xml --- @@ -836,6 +836,14 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <version>2.3.2</version> + <configuration> + <compilerArgument>-XDignore.symbol.file</compilerArgument> --- End diff -- Consider using `io.netty.util.internal.PlatformDependent` instead of `sun.misc.Unsafe`.
---