You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by vrozov <gi...@git.apache.org> on 2018/04/04 21:50:26 UTC

[GitHub] drill pull request #1060: DRILL-5846: Improve parquet performance for Flat D...

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`. 


---