Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/21542#discussion_r200867924
--- 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 --
@kiszk, btw do you roughly know how much time this PR increases in the
build?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]