Github user kiszk commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21542#discussion_r200922589
  
    --- Diff: pom.xml ---
    @@ -2606,6 +2606,28 @@
               </execution>
             </executions>
           </plugin>
    +      <plugin>
    +        <groupId>com.github.spotbugs</groupId>
    +        <artifactId>spotbugs-maven-plugin</artifactId>
    +        <version>3.1.3</version>
    +        <configuration>
    +          
<classFilesDirectory>${basedir}/target/scala-2.11/classes</classFilesDirectory>
    +          
<testClassFilesDirectory>${basedir}/target/scala-2.11/test-classes</testClassFilesDirectory>
    +          <effort>Max</effort>
    --- End diff --
    
    I do not see large difference w and w/o `Max`
    
    ```
    user        17m3.724s
    user        17m18.628s
    
    ```


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to