File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
core/src/test/java/test/org/apache/spark Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 7979import org .apache .spark .util .StatCounter ;
8080
8181// The test suite itself is Serializable so that anonymous Function implementations can be
82- // serialized, as an alternative to converting these anonymous classes to static inner classes;
82+ // serialized, as an alternative to converting these anonymous classes to static inner classes; aaaaaaaaaa
8383// see http://stackoverflow.com/questions/758570/.
8484public class JavaAPISuite implements Serializable {
8585 private transient JavaSparkContext sc ;
Original file line number Diff line number Diff line change @@ -747,7 +747,8 @@ object Checkstyle {
747747 javaSource in (Compile , checkstyle) := baseDirectory.value / " src/main/java" ,
748748 javaSource in (Test , checkstyle) := baseDirectory.value / " src/test/java" ,
749749 checkstyleConfigLocation := CheckstyleConfigLocation .File (" dev/checkstyle.xml" ),
750- checkstyleOutputFile := baseDirectory.value / " target/checkstyle-output.xml"
750+ checkstyleOutputFile := baseDirectory.value / " target/checkstyle-output.xml" ,
751+ checkstyleOutputFile in Test := baseDirectory.value / " target/checkstyle-output.xml"
751752 )
752753}
753754
You can’t perform that action at this time.
0 commit comments